Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cache - Variable in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
- Cache - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- Cache - Annotation Type in org.eclipse.persistence.annotations
-
The Cache annotation is used to configure the EclipseLink object cache.
- CACHE - Enum constant in enum org.eclipse.persistence.annotations.CacheType
-
A cache identity map maintains a fixed number of objects specified by the application.
- CACHE - Enum constant in enum org.eclipse.persistence.logging.LogCategory
- CACHE - Static variable in interface org.eclipse.persistence.logging.SessionLog
- CACHE - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- CACHE_ALL_STATEMENTS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CACHE_EXTENDED_LOGGING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.extended.logging
" property control (enable/disable) usage logging of JPA L2 cache. - CACHE_ID - Enum constant in enum org.eclipse.persistence.annotations.CacheKeyType
-
Optimized cache key type that allows composite and complex values.
- CACHE_KEY_INVALID - Static variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
- CACHE_NOT_SUPPORTED_WITH_EMBEDDABLE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CACHE_QUERY_FORCE_DEFERRED_LOCKS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.query-force-deferred-locks
" property force all queries and relationships to use deferred lock strategy during object building and L2 cache population. - CACHE_RETRIEVE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"jakarta.persistence.cache.retrieveMode"
- CACHE_SHARED_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Property prefix "
eclipselink.cache.shared.
" indicates whether entity's cache should be shared (non-isolated) for a specific entity type. - CACHE_SHARED_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default caching properties - apply to all entities.
- CACHE_SIZE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Property prefix "
eclipselink.cache.size.
" is used to specify the cache size for a specific entity type. - CACHE_SIZE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default caching properties - apply to all entities.
- CACHE_STATEMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.jdbc.cache-statements
" property specifies whether JDBC statements should be cached. - CACHE_STATEMENTS_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.jdbc.cache-statements.size
" property specifies the number of statements held when using internal statement caching. - CACHE_STATMENT - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.jdbc.cache-statement"
- CACHE_STORE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"jakarta.persistence.cache.storeMode"
- CACHE_SYNC_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- CACHE_TYPE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Property prefix "
eclipselink.cache.type.
" sets the type of cache for a specific entity type. - CACHE_TYPE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default caching properties - apply to all entities.
- CACHE_USAGE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cache-usage"
- cacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
PUBLIC: Cache all prepared statements, this requires full parameter binding as well.
- CacheBasedValueHolder<T> - Class in org.eclipse.persistence.internal.indirection
-
Purpose: In certain cases the contents of a relationship may be retrievable from a cache.
- CacheBasedValueHolder(Object[], AbstractRecord, AbstractSession, ForeignReferenceMapping) - Constructor for class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
- CacheCoordination - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- CacheCoordinationProtocol - Class in org.eclipse.persistence.config
-
Cache coordination protocol persistence property values.
- CacheCoordinationProtocol() - Constructor for class org.eclipse.persistence.config.CacheCoordinationProtocol
-
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
- CacheCoordinationSerialize - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- CacheCoordinationType - Enum in org.eclipse.persistence.annotations
-
An enum that is used within the Cache annotation.
- 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.
- cachedUpdateCalls - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PERF: Update call cache for avoiding regenerated update SQL.
- cacheExpiryAndExpiryTimeOfDayBothSpecified(Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cacheForeignKeyValues(Object, CacheKey, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method is used to store the FK values used for this mapping in the cachekey.
- cacheForeignKeyValues(AbstractRecord, CacheKey, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method is used to store the FK values used for this mapping in the cachekey.
- cacheHits - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
- CacheHits - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- CacheId - Class in org.eclipse.persistence.internal.identitymaps
-
Defines a wrapper for a primary key (Id) to use as a key in the cache.
- CacheId() - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheId
- CacheId(Object[]) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheId
- CacheIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
-
Purpose: A fixed size LRU cache
- CacheIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
- CacheIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- CacheImpl - Class in org.eclipse.persistence.internal.jpa
-
Implements the JPA Cache interface using the EclipseLink cache API through IdentityMapAccessor.
- CacheImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
-
JPA scripting API implementation.
- CacheImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
- CacheImpl(EntityManagerFactoryDelegate) - Constructor for class org.eclipse.persistence.internal.jpa.CacheImpl
- CacheIndex - Class in org.eclipse.persistence.descriptors
-
Purpose: Define a secondary index on the cache.
- CacheIndex - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CacheIndex - Annotation Type in org.eclipse.persistence.annotations
-
Allow a cache index to be define.
- CacheIndex() - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
- CacheIndex(String...) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
- CacheIndex(List<DatabaseField>) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
- CacheIndex(DatabaseField[]) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
- cacheIndexes - Variable in class org.eclipse.persistence.descriptors.CachePolicy
- cacheIndexes - Variable in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
A map of indexes on the cache.
- CacheIndexes - Annotation Type in org.eclipse.persistence.annotations
-
Allow a set of cache indexes to be define on an Entity.
- CacheIndexImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
-
JPA scripting API implementation.
- CacheIndexImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.CacheIndexImpl
- CacheIndexMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
-
INTERNAL: Object to hold onto cache index metadata.
- CacheIndexMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
-
INTERNAL: Used for OX mapping.
- CacheIndexMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
-
INTERNAL:
- CacheInterceptor - Class in org.eclipse.persistence.sessions.interceptors
-
Purpose: Define a class through which Cache access can be intercepted.
- CacheInterceptor - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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(IdentityMap, AbstractSession) - Constructor for class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
- cacheInterceptorClass - Variable in class org.eclipse.persistence.descriptors.CachePolicy
- cacheInterceptorClassName - Variable in class org.eclipse.persistence.descriptors.CachePolicy
- CacheInterceptorImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
-
JPA scripting API implementation.
- CacheInterceptorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.CacheInterceptorImpl
- CacheInterceptorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
-
Object to hold onto cache interceptor metadata.
- CacheInterceptorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
-
INTERNAL: Used for XML loading.
- CacheInterceptorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
-
INTERNAL: Used for annotation loading.
- cacheInvalidationPolicy - 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.CachePolicy
- CacheIsolationType - Enum in org.eclipse.persistence.config
-
Options for how Entity instances should be shared within an EclipseLink Persistence Unit / ServerSession
- cacheKey - Variable in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
- CacheKey - Class in org.eclipse.persistence.internal.identitymaps
-
Purpose: Container class for storing objects in an IdentityMap.
- CacheKey() - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Internal: Only used by subclasses that may want to wrap the cache key.
- CacheKey(Object) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
- CacheKey(Object, Object, Object) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
- CacheKey(Object, Object, Object, long, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
- CACHEKEY_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- CacheKeyInterceptor - Class in org.eclipse.persistence.sessions.interceptors
-
The CacheKeyInterceptor allows a Cache Interceptor implementation to wrap the EclipseLink CacheKey.
- CacheKeyInterceptor(CacheKey) - Constructor for class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
- cacheKeys - Variable in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
-
Map of CacheKeys stored using their key.
- cacheKeysIterator - Variable in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMapEnumeration
-
CacheKey
instances iterator. - CacheKeyToThreadRelationships - Class in org.eclipse.persistence.internal.helper.type
- CacheKeyToThreadRelationships(ConcurrencyManager) - Constructor for class org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Create a new CacheKeyToThreadRelationships.
- cacheKeyType - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
Allow cache key type to be configured.
- cacheKeyType() - Element in annotation type org.eclipse.persistence.annotations.PrimaryKey
-
(Optional) Configures what cache key type is used to store the object in the cache.
- CacheKeyType - Enum in org.eclipse.persistence.annotations
-
Configures what type of Id value is used to store the object in the cache.
- CacheMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
-
Object to hold onto cache metadata.
- CacheMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
-
INTERNAL: Used for XML loading.
- CacheMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
-
INTERNAL: Used for annotation loading.
- cacheMisses - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
- CacheMisses - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- cacheMode - Variable in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
- cacheMutex - Variable in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Ensure mutual exclusion depending on the cache isolation.
- cacheNotSupportedWithEmbeddable(Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- CacheNounType - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- cachePolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- CachePolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: CachePolicy defines the cache configuration.
- CachePolicy() - Constructor for class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC: Return a new descriptor.
- cacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
-
ADVANCED:
- cacheQueryTimeout(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
-
INTERNAL: This function caches the largest query timeout encountered within all the calls in this batch, or uses the parent timeout if one of the calls references the parent.
- cacheResult(Object) - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL:
- cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL:
- cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL:
- cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL:
- cacheResult(Object) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
INTERNAL:
- cacheSize - Variable in class org.eclipse.persistence.descriptors.CacheIndex
-
Allows the cache size to be set.
- CacheSize - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- cacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Cache the prepared statements, this requires full parameter binding as well.
- cacheStoreBypass - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Property to avoid writing to the cache on commit (merge)
- cacheSynchronizationType - Variable in class org.eclipse.persistence.descriptors.CachePolicy
-
Configures how objects will be sent via cache synchronization, if synchronization is enabled.
- cacheSynchronizationType - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
Used to store the type of cache synchronization used for this object This variable is set just before the change set is serialized.
- 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 - Variable in class org.eclipse.persistence.descriptors.CacheIndex
-
Allows the identity map class type to be set.
- cacheType - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
-
Allows the identity map class type to be set.
- CacheType - Class in org.eclipse.persistence.config
-
Cache type persistence property values.
- CacheType - Enum in org.eclipse.persistence.annotations
-
The CacheType enum is used with the Cache annotation for a persistent class.
- CacheType() - Constructor for class org.eclipse.persistence.config.CacheType
-
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
- cacheUsage - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow for the cache usage to be specified to enable in-memory querying.
- CacheUsage - Class in org.eclipse.persistence.config
-
Cache usage hint values.
- CacheUsage() - Constructor for class org.eclipse.persistence.config.CacheUsage
-
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
- CacheUsageIndirectionPolicy - Class in org.eclipse.persistence.config
-
In-memory querying and conforming indirection policy.
- CacheUsageIndirectionPolicy() - Constructor for class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
-
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
- Caching - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- calculateCanonicalName(String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
- calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: calculateChanges creates a change set for a particular object.
- calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL: CalculateChanges creates a change set for an existing object.
- calculateChanges(Map, UnitOfWorkChangeSet, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
INTERNAL: Changes are calculated on the client, so avoid recalculating them on the server.
- calculateChanges(Map, UnitOfWorkChangeSet, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL:
- calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
INTERNAL: PERF: Calculate change for the existing object, avoids check for new since already know.
- calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: PERF: Calculate change for the new object, avoids check for new since already know.
- calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL: CalculateChanges creates a change set for an existing object.
- calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: PERF: Calculate change for the new object, avoids check for new since already know.
- calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL: CalculateChanges creates a change set for a new object.
- calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
- calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
- calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
- calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as opposed to detected changes.
- calculateImports() - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
-
Parses the class definition, pulls out fully qualified class names, adds imports for them, and un-fully qualifies the class names.
- calculateInsertionPosition(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Calculates the insertion position for the given
TextEdit
based on those already registered - calculateMappingDependencies() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
-
Add to each node the dependent nodes
- calculatePosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Calculates the position of the given
Expression
by calculating the length of what is before. - calculateReturnType(Object, TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
-
INTERNAL Helper method to calculate the return type of the SUM operation.
- calculateReturnType(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
-
INTERNAL This method calculates the return type of the SUM operation.
- calculateSpecifiedDependencies() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
-
Add to each node the dependent nodes
- CALENDAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- calendarCache - Static variable in class org.eclipse.persistence.internal.helper.Helper
-
PERF: Used to cache a set of calendars for conversion/printing purposes.
- calendarFromUtilDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Answer a Calendar from a date.
- call - Variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- call - Variable in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
-
Stores the call being created.
- call - Variable in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
- call - Variable in class org.eclipse.persistence.sessions.SessionEvent
-
Some events may have a call associated with them (pre/postExecuteCall).
- call() - Method in interface org.eclipse.persistence.internal.security.PrivilegedAccessHelper.PrivilegedCallable
- call() - Method in interface org.eclipse.persistence.internal.security.PrivilegedAccessHelper.PrivilegedExceptionCallable
- call() - Method in class org.eclipse.persistence.jaxb.ValidationXMLReader
-
Parses validation.xml.
- Call - Interface in org.eclipse.persistence.queries
-
Call defines the interface used primarily by EclipseLink queries and query mechanisms to perform the necessary actions (read, insert, update, delete) on the data store.
- CALLBACK - Enum constant in enum org.eclipse.persistence.jaxb.BeanValidationMode
-
The JAXB implementation provider must perform the validation of entities.
- callbackName - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- callByIndex() - Element in annotation type org.eclipse.persistence.annotations.NamedStoredFunctionQuery
-
(Optional) Defines if the stored procedure should be called by index or by name.
- callByIndex() - Element in annotation type org.eclipse.persistence.annotations.NamedStoredProcedureQuery
-
(Optional) Defines if the stored procedure should be called by index or by name.
- callByIndex() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
-
INTERNAL:
- callCount - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Keep track of the number of concurrent active calls.
- callDoPrivileged(PrivilegedAccessHelper.PrivilegedCallable<T>) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedCallable
task usingAccessController.doPrivileged(PrivilegedAction)
when privileged access is enabled. - callDoPrivilegedWithException(PrivilegedAccessHelper.PrivilegedExceptionCallable<T>) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedExceptionCallable
task usingAccessController.doPrivileged(PrivilegedExceptionAction)
when privileged access is enabled. - callDoPrivilegedWithException(PrivilegedAccessHelper.PrivilegedExceptionCallable<T>, PrivilegedAccessHelper.CallableExceptionSupplier<E>) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedExceptionCallable
task usingAccessController.doPrivileged(PrivilegedExceptionAction)
when privileged access is enabled. - callDoPrivilegedWithException(PrivilegedAccessHelper.PrivilegedExceptionConsumer) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedExceptionConsumer
task usingAccessController.doPrivileged(PrivilegedExceptionAction)
when privileged access is enabled. - callDoPrivilegedWithException(PrivilegedAccessHelper.PrivilegedExceptionConsumer, PrivilegedAccessHelper.CallableExceptionSupplier<E>) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedExceptionConsumer
task usingAccessController.doPrivileged(PrivilegedExceptionAction)
when privileged access is enabled. - callDoPrivilegedWithThrowable(PrivilegedAccessHelper.PrivilegedExceptionCallable<T>) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedExceptionCallable
task usingAccessController.doPrivileged(PrivilegedExceptionAction)
when privileged access is enabled. - callDoPrivilegedWithThrowable(PrivilegedAccessHelper.PrivilegedExceptionCallable<T>, PrivilegedAccessHelper.CallableThrowableSupplier<E>) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
-
INTERNAL Executes provided
PrivilegedAccessHelper.PrivilegedExceptionCallable
task usingAccessController.doPrivileged(PrivilegedExceptionAction)
when privileged access is enabled. - CALLED_METHOD_THREW_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- calledMethodThrewException(Method, Object, Exception) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- callPredeploy(SEPersistenceUnitInfo, Map, String, String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
-
predeploy (with deploy) is one of the two steps required in deployment of entities This method will prepare to call predeploy, call it and finally register the transformer returned to be used for weaving.
- CallQueryMechanism - Class in org.eclipse.persistence.internal.queries
-
Purpose: Mechanism used for custom SQL and stored procedure queries.
- CallQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.CallQueryMechanism
- CallQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.CallQueryMechanism
-
Initialize the state of the query
- CallQueryMechanism(DatabaseQuery, DatabaseCall) - Constructor for class org.eclipse.persistence.internal.queries.CallQueryMechanism
-
Initialize the state of the query
- calls - Variable in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
-
Normally only a single call is used, however multiple table may require multiple calls on write.
- callSequencingCallback() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
- callSessionBean(String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
- callSessionBeanInternal(String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
- CALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Supports Batch Writing with Optimistic Locking.
- canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
- canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Supports Batch Writing with Optimistic Locking.
- canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
-
INTERNAL: Supports Batch Writing with Optimistic Locking.
- 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.
- canBind - Variable in class org.eclipse.persistence.internal.expressions.ConstantExpression
- canBind - Variable in class org.eclipse.persistence.internal.expressions.ParameterExpression
-
'True' indicates this expression can bind parameters 'False' indicates this expression cannot bind parameters Defaults to 'null' to indicate specific no preference
- canBind() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
-
INTERNAL: true indicates this expression can bind parameters false indicates this expression cannot bind parameters Defaults to null to indicate no specific preference
- canBind() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
-
INTERNAL: true indicates this expression can bind parameters false indicates this expression cannot bind parameters Defaults to null to indicate no specific preference
- canBuildCallWithReturning() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL Indicates whether the platform can build call with returning.
- canBuildCallWithReturning() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Indicates whether the platform can build call with returning.
- canBuildCallWithReturning() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Postgres has a returning clause.
- canChangeReadOnlySet() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Checks whether the receiver has been used.
- canChangeTrackingBeEnabled(ClassDescriptor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
-
Check to ensure the class meets all the conditions necessary to enable change tracking This could occur either if the class already has change tracking implemented or if the class is capable of having change tracking woven based on the descriptor.
- 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.
- canContinue(AbstractDoubleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
- canContinue(AbstractFromClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
- canContinue(AbstractOrderByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
- canContinue(AbstractTripleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
- canContinue(ConcatExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
- canContinue(ConstructorExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
- canContinue(DeleteClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
- canContinue(Expression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
- canContinue(GroupByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
- canContinue(IdentificationVariableDeclaration, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
- canContinue(UpdateClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
- canContinue(T, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
- canContinue(T, CollectionExpression, int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Asks this helper if the search can continue even though two child expressions are not separated by a comma.
- canDoCacheCheck() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
-
If the reference object is mapped thru one to one mapping and the object derives its primary key value from this relationship then remote value holder has a primary key row for.
- 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.
- canMoveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- canMoveDown(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether the given item can be moved down by one position in the list owned by its parent.
- canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- canMoveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- canMoveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
- canMoveDown(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Determines whether the given
StateObject
can be moved down by one position in the list owned by its parent. - canMoveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- canMoveUp(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether the given item can be moved up by one position in the list owned by its parent.
- canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- canMoveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- canMoveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
- canMoveUp(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Determines whether the given
StateObject
can be moved up by one position in the list owned by its parent. - CANNOT_ACCESS_FIELD_ON_OBJECT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_ACQUIRE_CLIENTSESSION_FROM_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_ACQUIRE_DATA_SOURCE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_ACQUIRE_HISTORICAL_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_ADD_DESCRIPTORS_TO_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_ADD_DESCRIPTORS_TO_SESSION_BROKER - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_ADD_ELEMENT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_ADD_ELEMENT_WITHOUT_KEY_TO_MAP - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_ADD_SEQUENCES_TO_SESSION_BROKER - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_ADD_TO_CONTAINER - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CACHE_ISOLATED_DATA_ON_QUERY - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CACHE_PARTIAL_OBJECT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CAST_TO_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_COMMIT_UOW_AGAIN - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_COMPARE_TABLES_IN_EXPRESSION - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CONFORM_EXPRESSION - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CONFORM_UNFETCHED_ATTRIBUTE - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CREATE_CLONE - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_CREATE_DYNAMIC_CONTEXT_FROM_CLASSES - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_DELETE_READ_ONLY_OBJECT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_DEPLOY_WITHOUT_PREDEPLOY - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- CANNOT_ENLIST_MULTIPLE_DATASOURCES - Static variable in exception class org.eclipse.persistence.exceptions.TransactionException
- CANNOT_INITIALIZE_FROM_NODE - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_INSTANTIATE_PROFILER_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_LOGIN_TO_A_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_LOGOUT_OF_A_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_MODIFY_SCHEMA_IN_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_PERFORM_OP_WITH_NULL_PARAM - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- CANNOT_PERFORM_OPERATION_ON_PROPERTY - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- CANNOT_PERSIST_MANAGED_OBJECT - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_PREDEPLOY - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_REFRESH_EMF_CREATED_FROM_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- CANNOT_REFRESH_METADATA - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- CANNOT_RELEASE_NON_CLIENTSESSION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_REMOVE_FROM_CONTAINER - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_RESUME_SYNCHRONIZED_UOW - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_SET_CONVERTER_FOR_NON_DIRECT_MAPPING - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_TRANSLATE_UNPREPARED_CALL - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_UNWRAP_NON_MAP_MEMBERS - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CANNOT_USE_ID_VALUE_FOR_COMPOSITE_ID - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- CANNOT_WEAVE_CHANGETRACKING - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- CANNOT_WEAVE_VIRTUAL_ONE_TO_ONE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CANNOT_WRITE_CHANGES_TWICE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotAccessFieldOnObject(Field, Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotAccessMethodOnObject(Method, Object) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- cannotAccessMethodOnObject(Method, Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotAcquireClientSessionFromSession() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotAcquireDataSource(Object, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotAcquireHistoricalSession() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotAddDescriptorsToSessionBroker() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotAddElement(Object, Object, Exception) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotAddElementWithoutKeyToMap(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotAddSequencesToSessionBroker() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotAddToContainer(Object, Object, ContainerPolicy) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCacheCursorResultsOnQuery(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCacheIsolatedDataOnQuery(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCachePartialObjects(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCastToClass(Object, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotCommitAndResumeSynchronizedUOW(UnitOfWorkImpl) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotCommitAndResumeUOWWithModifyAllQueries() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotCommitUOWAgain() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotCompareTablesInExpression(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCompareTargetForeignKeysToNull(Expression, Object, DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotConformAndCacheQueryResults(ReadQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotConformExpression() - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotConformUnfetchedAttribute(String) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCreateClone(ContainerPolicy, Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotCreateDynamicContextFromClasses() - Static method in exception class 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 class org.eclipse.persistence.exceptions.ValidationException
- cannotDeleteReadOnlyObject(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotDeployWithoutPredeploy(String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- cannotHaveUnboundInOutputArguments() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotInitializeFromNode() - Static method in exception class 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 class org.eclipse.persistence.exceptions.ValidationException
- cannotInstantiateProfilerClass(String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotInstantiateSessionEventListenerClass(String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotInvokeMethodOnConfigClass(String, String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotIssueModifyAllQueryWithOtherWritesWithinUOW() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotPerformOperationOnNullArgument(String) - Static method in exception class org.eclipse.persistence.exceptions.SDOException
-
INTERNAL: Exception when trying to perform an operation with a null argument
- cannotPerformOperationOnProperty(String, String) - Static method in exception class org.eclipse.persistence.exceptions.SDOException
-
INTERNAL: Exception when trying to set a property via path based access.
- cannotPerformOperationWithNullInputParameter(String, String) - Static method in exception class org.eclipse.persistence.exceptions.SDOException
-
INTERNAL: Exception trying to call a method with a null input parameter
- cannotPersistExistingObject(Object, AbstractSession) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotPredeploy(String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- cannotQueryAcrossAVariableOneToOneMapping(DatabaseMapping, ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotRefreshEntityManagerFactoryCreatedFromSession(String) - Static method in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- cannotRefreshMetadata() - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
- cannotRegisterAggregateObjectInUnitOfWork(Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotRegisterSynchronizatonListenerForUnitOfWork(Exception) - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
- cannotReleaseNonClientSession() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotRemoveFromContainer(Object, Object, ContainerPolicy) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotRemoveFromReadOnlyClassesInNestedUnitOfWork() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotSetConverterForNonDirectMapping(ClassDescriptor, DatabaseMapping, String) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- cannotSetCursorForParameterTypeOtherThanOut(String, String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotSetDefaultSequenceAsDefault(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotSetListenerClasses(Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotSetReadPoolSizeAfterLogin() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotSetShouldCheckCacheOnlyOnReportQuery() - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotTranslateUnpreparedCall(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- cannotUnwrapNonMapMembers(Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cannotUseIdValueForCompositeId(ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- cannotWriteChangesTwice() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- CANONICAL_MODEL_GENERATE_COMMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.generate_comments
" optional property can be used to disable usage of comments in declaration ofGenerated
annotation. - CANONICAL_MODEL_GENERATE_COMMENTS_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default value for the "
eclipselink.canonicalmodel.generate_comments
" optional property. - CANONICAL_MODEL_GENERATE_GENERATED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.use_generated
" optional property can be used to disable generation ofGenerated
annotation. - CANONICAL_MODEL_GENERATE_GENERATED_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default value for the "
eclipselink.canonicalmodel.use_generated
" optional property. - CANONICAL_MODEL_GENERATE_TIMESTAMP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.generate_timestamp
" optional property can be used to disable usage of date in declaration ofGenerated
annotation. - CANONICAL_MODEL_GENERATE_TIMESTAMP_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default value for the "
eclipselink.canonicalmodel.generate_timestamp
" optional property. - CANONICAL_MODEL_LOAD_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.load_xml
" optional property can be used a performance enhancement between compile rounds. - CANONICAL_MODEL_LOAD_XML_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default value for the "
eclipselink.canonicalmodel.load_xml
" optional property. - CANONICAL_MODEL_PREFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.prefix
" optional property specifies the prefix that will be added to the start of the class name of any canonical model class generated. - CANONICAL_MODEL_PREFIX_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default prefix that will be added to the start of the class name of any canonical model class generated.
- CANONICAL_MODEL_SUB_PACKAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.subpackage
" optional property specifies a sub-package name that can be used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located. - CANONICAL_MODEL_SUB_PACKAGE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default sub-package name that is used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located.
- CANONICAL_MODEL_SUFFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.suffix
" optional property specifies the suffix that will be added to the end of the class name of any canonical model class generated. - CANONICAL_MODEL_SUFFIX_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default suffix that will be added to the end of the class name of any canonical model class generated.
- CANONICAL_MODEL_USE_STATIC_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.canonicalmodel.use_static_factory
" optional property can be used a performance enhancement between compile rounds within an IDE. - CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Default value for the "
eclipselink.canonicalmodel.use_static_factory
" optional property. - 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 class org.eclipse.persistence.exceptions.ValidationException
- canUnwrapOracleConnection() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Indicates whether this Oracle platform can unwrap Oracle connection.
- canUnwrapOracleConnection() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Indicates whether this Oracle platform can unwrap Oracle connection.
- canWeaveChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
- canWeaveConstructorOptimization() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
-
Returns true if Used with field access, and is set to false if transient variables are discovered
- canWeaveValueHolders(MetadataClass, List<DatabaseMapping>) - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
-
Determine if value holders are required to be weaved into the class.
- capacity() - Method in class org.eclipse.persistence.indirection.IndirectList
- capacity() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- CAPITALIZE_EACH_WORD - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
-
The JPQL identifiers are written out the first letter being uppercase and the rest being lower case.
- capitalizeEachWord(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
-
Returns the given JPQL identifier with the first letter of each word capitalized and the rest being lower case.
- cascade() - Element in annotation type org.eclipse.persistence.annotations.OptimisticLocking
-
(Optional) Specify where the optimistic locking policy should cascade lock.
- cascade() - Element in annotation type org.eclipse.persistence.annotations.VariableOneToOne
-
(Optional) The operations that must be cascaded to the target of the association.
- Cascade - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CASCADE_ALL_PARTS - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
- CASCADE_ALL_PARTS - Static variable in class org.eclipse.persistence.sessions.CopyGroup
-
Depth level indicating that all relationships with mappings should be used when building the copied object graph
- CASCADE_BY_MAPPING - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
- CASCADE_PRIVATE_PARTS - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
- CASCADE_PRIVATE_PARTS - Static variable in class org.eclipse.persistence.sessions.CopyGroup
-
Depth level indicating that only relationships with mapping indicated privately- owned should be copied
- CASCADE_TREE - Static variable in class org.eclipse.persistence.sessions.CopyGroup
-
Depth level indicating that only the attributes found in the attribute group should be copied
- CascadeAggregateDelete - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
- cascadeAllParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
-
Cascade all parts, this is the default for the merge.
- 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).
- CascadeAllParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
- CascadeAllParts - Static variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- CascadeAllParts - 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.
- CascadeByMapping - Static variable in class org.eclipse.persistence.config.CascadePolicy
- CascadeByMapping - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
- cascadeCondition - Variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- CascadeCondition() - Constructor for class org.eclipse.persistence.internal.descriptors.DescriptorIterator.CascadeCondition
-
Default constructor.
- cascadeDeleteObjects - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
Set of objects that were deleted by database cascade delete constraints.
- CascadeDependentParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
- cascadeDepth - Variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- cascadeDetach - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- 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, 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, boolean, Set) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Cascade DiscoverAndPersistUnregisteredNewObjects to any mappings managed by the container policy.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Cascade discover and persist new objects during commit to the map key
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, 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, 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
- CascadeImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
-
JPA scripting API implementation.
- CascadeImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
- cascadeLockingPolicies - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- CascadeLockingPolicy - Class in org.eclipse.persistence.internal.descriptors
-
INTERNAL:
- CascadeLockingPolicy(ClassDescriptor, ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
-
INTERNAL:
- cascadeMerge - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- CascadeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
-
INTERNAL: Object to represent the cascade types specified for a relationship mapping element.
- CascadeMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
-
INTERNAL: Used for XML loading.
- CascadeMetadata(Object[], MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
-
INTERNAL: Used for annotation loading.
- cascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
PUBLIC: Enables delete cascading on the database.
- CascadeOnDelete - Annotation Type in org.eclipse.persistence.annotations
-
Define the foreign key defined by the relationship to cascade the delete on the database.
- cascadeOnlyDependentParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Used by unit of work, only cascades constraint dependencies.
- cascadePerformRemove(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method is used by the UnitOfWork to cascade registration of new objects.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Cascade performRemove to any mappings managed by the container policy.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Cascade registerNew to any mappings managed by the container policy.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL: Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - 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) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Cascade registerNew for Create 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
- 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, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
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, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Cascade remove through mappings that require the cascade.
- cascadePerformRemovePrivateOwnedObjectFromChangeSet(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method is used to iterate over the specified object's mappings and cascade remove orphaned private owned objects from the UnitOfWorkChangeSet and IdentityMap.
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePersist - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Cascading flags used by the EntityManager
- cascadePolicy - Variable in class org.eclipse.persistence.internal.sessions.MergeManager
-
Policy that determines how the merge will cascade to its object's parts.
- cascadePolicy - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Policy that determines how the query will cascade to its object's parts.
- CascadePolicy - Class in org.eclipse.persistence.config
-
Cascade policy hint values.
- CascadePolicy() - Constructor for class org.eclipse.persistence.config.CascadePolicy
-
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
- cascadePrivateParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
-
Cascade private parts, this can be used to merge clone when using RMI.
- 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.
- CascadePrivateParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
- CascadePrivateParts - Static variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- CascadePrivateParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
- cascadeRefresh - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- cascadeRegisterNewForCreate(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method is used by the UnitOfWork to cascade registration of new objects.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Cascade registerNew to any mappings managed by the container policy.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Cascade registerNew to any mappings managed by the container policy.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - 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) - 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
- 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, 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, 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, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
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.
- Case - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- CASE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'CASE'.
- case_(ICaseExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- case_(ICaseExpressionStateObjectBuilder) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates a new
CASE
expression. - CASE_OPERAND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Notify the
StateObject
representing the case operand that follows theCASE
identifier has changed. - CaseCondition - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- caseConditionOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
DB2 does not allow untyped parameter binding for the THEN & ELSE 'result-expressions' of CASE expressions
- caseConditionStatement() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:
- caseConditionStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- 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.
- CaseExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
BNF:
general_case_expression ::= CASE when_clause {when_clause}* ELSE scalar_expression END
or BNF:simple_case_expression ::= CASE case_operand simple_when_clause {simple_when_clause}* ELSE scalar_expression END
- CaseExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Creates a new
CaseExpression
. - CaseExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpression_MissingElseExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpression_MissingElseIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpression_MissingEndIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpression_MissingWhenClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpression_WhenClausesEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpression_WhenClausesHasComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a case expression.
- CaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
-
Creates a new
CaseExpressionBNF
. - CaseExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
CaseExpressionFactory
creates a newCaseExpression
when the portion of the query to parse starts with CASE. - CaseExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
-
Creates a new
CaseExpressionFactory
. - CaseExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A
CASE
predicate is used to calculate a condition and when it'strue
, itsTHEN
expression will be executed. - CaseExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Creates a new
CaseExpressionStateObject
. - CaseExpressionStateObject(StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Creates a new
CaseExpressionStateObject
. - CaseExpressionStateObject(StateObject, StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Creates a new
CaseExpressionStateObject
. - CaseImpl(Metamodel, Class<R>, Expression, List<Expression<?>>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl
- CaseImpl(Metamodel, Class<R>, Expression, List<Expression<?>>, String) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl
- CaseNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- CaseNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CaseNode
- CaseOperandBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the case operand specified in the case expression.
- CaseOperandBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
-
Creates a new
CaseOperandBNF
. - caseOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
DB2 does not allow untyped parameter binding for the THEN & ELSE 'result-expressions' of CASE expressions
- caseStatement() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:
- caseStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- 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.
- cast() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- cast(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Cast the value to the database type.
- cast(Type, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to cast a numerical value from one type to another.
- cast(Type, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to cast from the first given type to the other.
- Cast - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- CAST - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or implicit cast instruction.
- CAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'CAST'.
- CAST_MUST_USE_INHERITANCE - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- castClass - Variable in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
Allow an expression node to be cast to a subclass or implementation class.
- CastExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The CAST function cast value to a different type.
- CastExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Creates a new
CastExpression
. - CastExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CastExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CastExpression_MissingDatabaseType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CastExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CastExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CastExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CastExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the CAST function.
- CastExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
-
Creates a new
CastExpressionBNF
. - CastExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
CastExpressionFactory
creates a newCastExpression
when the portion of the query to parse starts with CAST. - CastExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
-
Creates a new
TrimExpressionFactory
. - castExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- castMustUseInheritance(Expression) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- CASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- castSizeForVarcharParameter - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
used for casting of input parameters in certain DBs
- catalog - Variable in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
- catalog() - Element in annotation type org.eclipse.persistence.annotations.CollectionTable
-
Deprecated.(Optional) The catalog of the table.
- catalog() - Element in annotation type org.eclipse.persistence.annotations.Index
-
The catalog of the INDEX
- catalogName - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.ProcedureType
- catalogPattern - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
- catalogPattern - Variable in class org.eclipse.persistence.tools.dbws.TableOperationModel
- catchException(Label, Label, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Marks the start of an exception handler.
- catchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC: This method is used for catching all the Descriptor Exceptions
- CATEGORY_LOGGING_LEVEL_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Property prefix "
eclipselink.logging.level.
" allows the category specific logging levels to be specified. - caughtExceptions - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
-
To add all the Descriptor exceptions
- cciConnection - Variable in class org.eclipse.persistence.eis.EISAccessor
- CciJMSAdapterMetaData - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Defines the meta-data for the Oracle JMS adapter
- CciJMSAdapterMetaData() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSAdapterMetaData
-
The default constructor.
- CciJMSConnection - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Connection to the Oracle JMS JCA adapter.
- CciJMSConnection(Session, Connection, CciJMSConnectionSpec) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnection
-
Construct the CCI connection.
- CciJMSConnectionFactory - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Connection factory for JMS JCA adapter.
- CciJMSConnectionFactory() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionFactory
-
Default constructor
- CciJMSConnectionMetaData - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
Defines the meta-data for the Oracle JMS JCA connection
- CciJMSConnectionMetaData(CciJMSConnection) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionMetaData
-
This constructor sets the cci connection.
- CciJMSConnectionSpec - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Provides the behavior of instantiating a JMS ConnectionSpec.
- CciJMSConnectionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
-
The default constructor.
- CciJMSConnectionSpec(ConnectionFactory) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
-
This constructor sets the connection factory.
- CciJMSConnectionSpec(ConnectionFactory, String, String) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
-
This constructor sets the connection factory, username and password/
- CciJMSConnectionSpec(String) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
-
This constructor sets the connection factory url.
- CciJMSConnectionSpec(String, String, String) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
-
This constructor sets the connection factory url, username and password.
- CciJMSInteraction - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Interaction to Oracle JMS JCA adapter.
- CciJMSInteraction(CciJMSConnection) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteraction
-
This constructor sets the cci connection.
- CciJMSInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Interaction spec for JMS JCA adapter.
- CciJMSInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
-
Default constructor.
- CciJMSReceiveInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Interaction spec for JMS JCA adapter.
- CciJMSReceiveInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSReceiveInteractionSpec
-
The default constructor.
- CciJMSRecord - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: A simple indexed record.
- CciJMSRecord() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecord
-
The default constructor
- CciJMSRecord(String) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecord
-
This constructor sets the record name.
- CciJMSRecordFactory - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Record factory for the Oracle JMS JCA adapter.
- CciJMSRecordFactory() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory
-
The default constructor
- CciJMSSendInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTRNAL: Interaction spec for JMS JCA adapter.
- CciJMSSendInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSSendInteractionSpec
-
The default constructor
- CciJMSSendReceiveInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Interaction spec for JMS JCA adapter.
- CciJMSSendReceiveInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSSendReceiveInteractionSpec
- CciJMSTransaction - Class in org.eclipse.persistence.internal.eis.adapters.jms
-
INTERNAL: Transaction to Oracle JMS JCA adapter.
- CciJMSTransaction(CciJMSConnection) - Constructor for class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSTransaction
-
Default constructor.
- cconst(ConstantDynamic) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given constant dynamic on the stack.
- cdata - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- cdata - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- cdata(String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
-
INTERNAL:
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
-
INTERNAL:
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification of character data to be wrapped in a CDATA node.
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
- cdata(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
- CDATA - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- CDI_BEANMANAGER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
jakarta.persistence.bean.manager
" property is used to set CDI BeanManager when available - ceil() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- 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
- ceiling(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an expression that returns the ceiling of its argument, that is, the smallest integer greater than or equal to its argument.
- Ceiling() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MathExpressionFactory.Ceiling
- Ceiling(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression.Ceiling
-
Creates a new instance of
CEILING
math function expression. - Ceiling(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.MathFunctionResolver.Ceiling
-
Creates a new instance of
CEILING
function expression resolver. - CEILING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'CEILING'.
- ceilingOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
Disable binding support.
- changed - Variable in class org.eclipse.persistence.expressions.ListExpressionOperator
- CHANGED - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
-
Specifies the entire list has changed.
- CHANGED_COLUMNS - Enum constant in enum org.eclipse.persistence.annotations.OptimisticLockingType
-
Using this type of locking policy compares only the changed fields in the WHERE clause when doing an update.
- 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.
- changedIndexes - Variable in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
Used only in case listOrderField != null in the mapping.
- changedObject - Variable in class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
- changedValues - Variable in class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
- ChangeListener - Interface in org.eclipse.persistence.jpa.rs.eventlistener
-
A ChangeListener is used to extend a PersistenceContext to react to database sent change events.
- 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 - Class in org.eclipse.persistence.internal.sessions
-
Purpose: This class was designed as a superclass to all possible Change Record types.
- ChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: Define the base Change Record API.
- ChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.ChangeRecord
- changes - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
This is the collection of changes
- Changes - Static variable in class org.eclipse.persistence.config.CommitOrderType
-
Updates are ordered by the object's changes, then by id.
- CHANGES - Enum constant in enum org.eclipse.persistence.sessions.UnitOfWork.CommitOrderType
-
Updates are ordered by the object's changes, then by id.
- CHANGES_INTO_DISTRIBUTED_CACHE - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
- changeSessionName(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- 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
- 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_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
- ChangeSummary.Setting - Interface in commonj.sdo
- ChangeSupport - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
ChangeSupport
is responsible to notifies registered listeners upon changes made to aStateObject
, those changes are either a property has changed (IPropertyChangeListener
) or the content of a list has changed (IListChangeListener
). - ChangeSupport(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Creates a new
ChangeSupport
. - changeTrackedHardList - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- ChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define an interface for any object that wishes to use attribute change tracking.
- ChangeTracker_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- ChangeTracking - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- 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.
- ChangeTrackingImpl - Class in org.eclipse.persistence.internal.jpa.config.changetracking
-
JPA scripting API implementation.
- ChangeTrackingImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.changetracking.ChangeTrackingImpl
- ChangeTrackingMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.changetracking
-
Object to hold onto change tracking metadata.
- ChangeTrackingMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
-
INTERNAL: Used for XML loading.
- ChangeTrackingMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
-
INTERNAL: Used for annotation loading.
- ChangeTrackingType - Enum in org.eclipse.persistence.annotations
-
An enum that is used within the ChangeTracking annotation.
- changeType - Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
INTERNAL: Change type is either add or remove
- channel - Variable in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
- CHANNEL_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- CHAR - Static variable in class org.eclipse.persistence.asm.Type
- CHAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- CHAR - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
char
type. - CHAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- CHAR_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CHAR_LENGTH', which is an unused keyword.
- CHAR_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- CHAR_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- CHAR_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- CHAR_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
char
type. - character() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves the character at the current cursor position.
- character(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves the character at the given cursor position.
- CHARACTER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- CHARACTER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- CHARACTER_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- CHARACTER_ESCAPE_HANDLER - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
-
The Constant CHARACTER_ESCAPE_HANDLER.
- CHARACTER_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CHARACTER_LENGTH', which is an unused keyword.
- characterEscapeHandler - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
- characterEscapeHandler - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- CharacterEscapeHandler - Interface in org.eclipse.persistence.internal.oxm
-
Provide an interface to allow for custom character escaping behaviour.
- CharacterEscapeHandler - Interface in org.eclipse.persistence.oxm
-
Provide an interface to allow for custom character escaping behaviour.
- CharacterEscapeHandlerWrapper - Class in org.eclipse.persistence.internal.oxm.record
-
INTERNAL:
- CharacterEscapeHandlerWrapper(Object) - Constructor for class org.eclipse.persistence.internal.oxm.record.CharacterEscapeHandlerWrapper
- CHARACTEROBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- CharacterObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.CharacterObjectWrapperImpl
-
Default constructor.
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader.ValidatingContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.ExtendedContentHandlerAdapter
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
- 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(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
- characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
- 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
- characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
- characters(CharSequence) - Method in interface org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.ExtendedContentHandlerAdapter
- characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
- characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
- characters(CharSequence) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
- characters(String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- characters(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- characters(String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
-
INTERNAL:
- characters(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
-
INTERNAL:
- characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
-
INTERNAL:
- characters(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
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(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- characters(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
- characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
- characters(String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- characters(QName, Object, String, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- 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(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- characters(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
- characters(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
- characters(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
- characters(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
-
An event indicating that characters has been called on the unmarshalRecord.
- charactersAllowed - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- CharactersEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
-
Purpose: Class to represent the characters event
- CharactersEvent(char[], int, int) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CharactersEvent
- CharactersEvent(CharSequence) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CharactersEvent
- characterType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Character}.
- characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- CharacterWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.CharacterWrapperImpl
-
Default constructor.
- charAt(int) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
- charIndex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- CharIndex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- charLength() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- charLength() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Obtains the number of characters in the data string value expression.
Builds Symfoware equivalent to length(string_exp).
Symfoware: CHAR_LENGTH(string_exp) - CharLength - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- CHARSET - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
- CharType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- CharType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.CharType
- CharType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.CharType
- CharType(String, long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.CharType
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Checks that this annotation node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Checks that this class node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
Checks that this field node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Checks that this method node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
Checks that this record component node is compatible with the given ASM API version.
- CHECK_CACHE - Enum constant in enum org.eclipse.persistence.annotations.ExistenceType
-
Assume that if the objects primary key does not include null and it is in the cache, then it must exist.
- CHECK_DATABASE - Enum constant in enum org.eclipse.persistence.annotations.ExistenceType
-
Perform does exist check on the database.
- CHECK_EXISTENCE - Static variable in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Flag to disable table existence check before create.
- CHECK_INVALIDATION_POLICY - Static variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
The following constants are used for the invalidationState variable
- checkAndLockObject(Object, Map, Map, DatabaseMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: Simply check that the object is not already locked then pass it on to the locking method
- checkAndRefreshInvalidObject(Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Check if the object is invalid and refresh it.
- checkAssignable(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
- checkBuilder(IScalarExpressionStateObjectBuilder<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Makes sure the given
builder
is this one. - checkBuilders(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Makes sure the given
builder
is this one. - CheckCache - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
- checkCacheByExactPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
PUBLIC: The cache will be checked only if the query contains exactly the primary key.
- 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
- checkCacheByIndex(Expression, AbstractRecord, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL: Lookup the expression in the cache if it contains any indexes.
- checkCacheByPrimaryKey() - 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.
- 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
- checkCacheFirst - Variable in class org.eclipse.persistence.queries.DoesExistQuery
-
Flag to determine if the cache should be check first in addition to another option.
- checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Check if the target object is in the cache if possible based on the source row.
- checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Check if the target object is in the cache if possible based on the target key value.
- checkCacheForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC: Default behavior.
- checkCacheForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC: Assume that if the objects primary key does not include null and it is in the cache, then is must exist.
- checkCacheForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Switch all descriptors to check the cache for existence.
- checkCacheForObject(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
-
Perform a cache lookup for the query.
- checkCacheForObject(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Perform a cache lookup for the query This is only called from read object query.
- checkCacheOnly() - 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.
- 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
- 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.
- 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
- checkcast(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- checkCast(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to check that the top stack value is of the given type.
- CHECKCAST - Static variable in class org.eclipse.persistence.asm.Opcodes
- CHECKCAST - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- checkCleanup() - Method in class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
-
Check if garbage collected cache keys need to be cleaned up.
- checkCleanup() - Method in class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
-
Check if garbage collected cache keys need to be cleaned up.
- checkConnections - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
- checkCustomQueryFlag(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Check and return custom query flag.
- checkCustomQueryFlag(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL: Check and return custom query flag.
- checkCustomQueryFlag(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL: Check and return custom query flag.
- checkDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC: This method is used to check the database tables.
- checkDatabase(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
To check that tables and fields are present in database
- 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.internal.helper.ConcurrencyManager
-
Check the lock state, if locked, acquire and release a deferred lock.
- checkDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Check the deferred lock on the cache key object.
- checkDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
- checkDescriptor(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.DatabaseQuery
-
INTERNAL: Ensure that the descriptor has been set.
- checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
-
INTERNAL: Ensure that the descriptor has been set.
- checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Ensure that the descriptor has been set.
- checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL: Ensure that the descriptor has been set.
- checkDumpTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
Log the results after a set amount of time has passed.
- checkDumpTime() - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
- checkEarlyReturn(Object, Object, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL: Check if existence can be determined without going to the database.
- checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Check to see if this query already knows the return value without performing any further work.
- checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
INTERNAL: Check if existence can be determined without going to the database.
- checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Check to see if this query already knows the return value without performing any further work.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Contains the body of the check early return call, implemented by subclasses.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
- checkEclipseLinkCache(DatabaseQuery, DataRecord, Session) - Static method in class org.eclipse.persistence.queries.QueryRedirectorHelper
-
This method will cause EclipseLink to check the EclipseLink cache for the object.
- checkExistence(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Register the object and return the clone if it is existing otherwise return null if it is new.
- 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.ObjectLevelReadQuery
-
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.
- checkForeignKeyJoinOptimization(Expression, Expression, ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
-
PERF: Optimize out unnecessary joins.
- checkForInheritance(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
This method is used to resolve the inheritance issues arisen when conforming from the identity map 1.
- checkForInheritance(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
-
This method is used to resolve the inheritance issues arise while trying to get object from identity map of parent session.
- checkForProviderProperty(Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Need to check that the provider property is null or set for EclipseLink
- checkForQueryKey(Object, TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
- checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Return the current, joined transaction object.
- checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
-
INTERNAL: This method will be used to check for a transaction and throws exception if none exists.
- checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
-
INTERNAL: This method will be used to check for a transaction and throws exception if none exists.
- checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
-
INTERNAL: This method will be used to check for a transaction and throws exception if none exists.
- checkForUnregisteredExistingObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Return if the object is an existing object (but has not been registered), or a new object (that has not be persisted).
- checkHierarchyForDescriptor(Class<?>) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Check to see if the descriptor of a superclass can be used to describe this class
- checkHierarchyForDescriptor(Class<?>) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
Check to see if the descriptor of a superclass can be used to describe this class By default, in JPA, classes must have specific descriptors to be considered entities In this implementation, we check whether the inheritance policy has been configured to allow superclass descriptors to describe subclasses that do not have a descriptor themselves
- checkIfAlreadyRegistered(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Return the value of the object if it already is registered, otherwise null.
- checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERAL: Verify whether the sequence exists.
- checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL: Check if the sequence object already exists, in which case dont create it.
- checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
-
INTERAL: Execute the SQL required to insert the sequence row into the sequence table.
- checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
-
INTERAL: Verify whether the sequence exists.
- checkInheritanceTreeAggregateSettings(AbstractSession, AggregateMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Verify that an aggregate descriptor's inheritance tree is full of aggregate descriptors.
- checkInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
PUBLIC: This method is used to check the InstantiationPolicy.
- checkIntegrity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Makes sure the cached identification variable and the one owned by
IdentificationVariableStateObject
are the same. - checkIntegrity(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Makes sure the current identification variable and the given one are the same.
- checkIsCacheAccessPreCheckRequired() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
PERF: Used to micro optimize cache access.
- checkJoinForSubSelectWithParent(ExpressionNormalizer, Expression, List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
INTERNAL: Check if new expression need to be created for sub queries and re-normalized.
- checkNewObjectLockVersion(Object, Object, ClassDescriptor, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
-
Check if the new object's version has been set, if so, then it was an existing object that was deleted.
- checkParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Checks whether the given parent is
null
or not. - checkParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
- checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
- checkPlatform() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatformDetector
- checkPlatform() - Method in class org.eclipse.persistence.platform.server.NoServerPlatformDetector
- checkPlatform() - Method in interface org.eclipse.persistence.platform.server.ServerPlatformDetector
- checkPlatform() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatformDetector
- checkPlatform() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatformDetector
- checkPrepare(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Check to see if this query needs to be prepare and prepare it.
- checkPrepare(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Check to see if this query needs to be prepare and prepare it.
- checkPrepare(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Check to see if this query needs to be prepare and prepare it.
- checkPrePrepare(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: ObjectLevelReadQueries now have an explicit pre-prepare stage, which is for checking for pessimistic locking, and computing any joined attributes declared on the descriptor.
- checkReadLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
Check the lock state, if locked, acquire and release a read lock.
- checkReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Check the read lock on the cache key object.
- checkReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- checkReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
- checkSelectNodeBeforeResolving(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
- checkSet(String, Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
- checkSet(String, Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
-
Ensure the value being set is supported by the mapping.
- checkSet(String, Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
- checkTable(DatabaseTable, AbstractSession) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
-
INTERNAL: This method checks that tables are present in the database.
- checkTableExists(DatabaseSessionImpl, TableDefinition, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Executes and evaluates query to check whether given table exists.
- checkTableExists(DatabaseSessionImpl, TableDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Executes and evaluates query to check whether given table exists.
- checkTableExists(DatabaseSessionImpl, TableDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Executes and evaluates query to check whether given table exists.
- checkTableExists(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Check if the table exists by issuing a query.
- checkTableExists(TableDefinition, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Check if the table exists by issuing a query.
- checkTransactionIsolation(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Check to see if the transaction isolation needs to be set for the newly created connection.
- checkValues() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
-
Reset the fields and values from the arrays.
- checkValues() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
-
Reset the fields and values from the arrays.
- 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.
- checkWeaving(Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
-
Check whether weaving is possible and update the properties and variable as appropriate
- checkWeaving(Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
-
Check whether weaving is possible and update the properties and variable as appropriate
- CHILD_DESCRIPTORS_DO_NOT_HAVE_IDENTITY_MAP - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CHILD_DOES_NOT_DEFINE_ABSTRACT_QUERY_KEY - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- CHILD_TO_PARENT - Enum constant in enum org.eclipse.persistence.queries.ReadAllQuery.Direction
-
Hierarchy will be traversed from child to parent - PRIOR keyword is generated on the right side of the equation
- childDescriptors - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- childDescriptors - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
- childDescriptorsDoNotHaveIdentityMap() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- childDoesNotDefineAbstractQueryKeyOfParent(ClassDescriptor, ClassDescriptor, String) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- children - Variable in class org.eclipse.persistence.internal.codegen.HierarchyNode
- children - Variable in class org.eclipse.persistence.internal.expressions.FunctionExpression
- children - Variable in class org.eclipse.persistence.tools.oracleddl.parser.SimpleNode
- children() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
- children() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the children of this
Expression
. - children() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the set of all the query BNFs that are part of this BNF.
- children() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- children() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the ordered children of this
StateObject
. - children(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
- childrenAccept(DDLParserVisitor, Object) - Method in class org.eclipse.persistence.tools.oracleddl.parser.SimpleNode
-
Accept the visitor.
- ChildrenCollectorVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
-
Creates a new
ChildrenCollectorVisitor
. - childrenJoinExpression - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- childrenSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Returns the count of child
expressions
. - childrenTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- childrenTablesJoinExpressions - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- Choice - Class in org.eclipse.persistence.internal.oxm.schema.model
-
Purpose: Class to represent a Choice in a Schema
- Choice() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Choice
- ChoiceCollectionMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, SESSION, UNMARSHALLER, XML_FIELD, XML_MAPPING, XML_RECORD> - ChoiceObjectMapping<ATTRIBUTE_ACCESSOR,
ABSTRACT_SESSION, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, SESSION, UNMARSHALLER, XML_FIELD, XML_MAPPING, XML_RECORD> - ChoiceUnmarshalContext - Class in org.eclipse.persistence.internal.oxm
-
Allow the unmarshal context to be wrapped.
- ChoiceUnmarshalContext(UnmarshalContext, XMLConverterMapping) - Constructor for class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
- chr() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- 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
- CIRCULAR_MAPPED_BY_REFERENCES - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- circularMappedByReferences(Object, String, Object, String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- CLASS - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- CLASS - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- CLASS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CLASS', which is an unused keyword.
- CLASS_EXTENDS - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the super class of a class or one of the interfaces it implements.
- CLASS_EXTRACTION_METHOD_MUST_BE_STATIC - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- CLASS_EXTRACTOR_CAN_NOT_BE_SPECIFIED_WITH_DISCRIMINATOR - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CLASS_FILE_TRANSFORMER_THROWS_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CLASS_INDICATOR_FIELD_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- CLASS_INSTANCE - Static variable in annotation type org.eclipse.persistence.annotations.Convert
-
Constant name for the reserved class instance converter.
- CLASS_LIST_MUST_NOT_BE_NULL - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CLASS_NAME - Enum constant in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
-
Indicates the "root" object maps a fully qualified class name.
- CLASS_NAME - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
- CLASS_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Notifies the class name property has changed.
- CLASS_NAME_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.rs.weaving.RestAdapterClassWriter
- CLASS_NAME_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.rs.weaving.RestReferenceAdapterV2ClassWriter
- CLASS_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- CLASS_NOT_FOUND_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- CLASS_NOT_FOUND_FOR_PROPERTY - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- CLASS_NOT_FOUND_WHILE_CONVERTING_CLASSNAMES - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- CLASS_NOT_FOUND_WHILE_USING_QUERY_HINT - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CLASS_NOT_LISTED_IN_PERSISTENCE_UNIT - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CLASS_OR_CLASS_DESCRIPTOR_COULD_NOT_BE_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
- CLASS_PK_DOES_NOT_EXIST_IN_CACHE - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CLASS_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
- CLASS_TYPE - Static variable in class org.eclipse.persistence.internal.codegen.ClassDefinition
- CLASS_TYPE_PARAMETER - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic class.
- ClassAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
-
INTERNAL: A abstract class accessor.
- ClassAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL:
- ClassAccessor(MetadataAnnotation, MetadataClass, MetadataDescriptor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Called from MappedSuperclassAccessor.
- ClassAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL:
- ClassBuffer - Class in org.eclipse.persistence.sdo.helper
-
Purpose: This class maintains information about a generated class and its corresponding interface
- ClassBuffer(SDOClassGeneratorListener) - Constructor for class org.eclipse.persistence.sdo.helper.ClassBuffer
- ClassConstants - Class in org.eclipse.persistence.internal.helper
-
INTERNAL:
- ClassDefinition - Class in org.eclipse.persistence.internal.codegen
-
INTERNAL:
- ClassDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.ClassDefinition
- classDescriptor - Variable in class org.eclipse.persistence.internal.xr.DeleteOperation
- ClassDescriptor - Class in org.eclipse.persistence.descriptors
-
Purpose: Abstract descriptor class for defining persistence information on a class.
- ClassDescriptor() - Constructor for class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Return a new descriptor.
- classDetails - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Stores information on the class gathered from the temp class loader and descriptor.
- ClassDetails - Class in org.eclipse.persistence.internal.jpa.weaving
-
Internal helper class that holds details of a persistent class.
- ClassDetails() - Constructor for class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
- classDetailsMap - Variable in class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
-
Class name in JVM '/' format to
ClassDetails
map. - classDetailsMap - Variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- CLASSES - Static variable in class org.eclipse.persistence.tools.dbws.Util
- classesToBeInvalidated - Variable in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
Contains classes that should be invalidated in the shared cache on commit.
- classExistsInArray(JavaClass, ArrayList<JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
-
Convenience method to determine if a class exists in a given ArrayList.
- classExistsInArray(JavaClass, List<JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
-
Convenience method to determine if a class exists in a given ArrayList.
- classExtractionMethod - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
- classExtractionMethodMustBeStatic(String, ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- classExtractionMethodName - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
- classExtractor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- ClassExtractor - Class in org.eclipse.persistence.descriptors
-
Purpose: Abstract class to allow complex inheritance support.
- ClassExtractor - Annotation Type in org.eclipse.persistence.annotations
-
A ClassExtractor allows for a user defined class indicator in place of providing a discriminator column.
- ClassExtractor() - Constructor for class org.eclipse.persistence.descriptors.ClassExtractor
- classExtractorCanNotBeSpecifiedWithDiscriminatorMetadata(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- classExtractorName - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
Allow for class extraction method to be specified.
- classFileTransformerThrowsException(Object, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- ClassForInheritanceNode - Class in org.eclipse.persistence.internal.jpa.parsing
- ClassForInheritanceNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
- classForSchemaName(String, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
-
INTERNAL Answer the class associated with the provided schema name
- classFromRow(ABSTRACT_RECORD, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL: This method is invoked only for the abstract descriptors.
- classFromRow(UnmarshalRecord, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
- classFromRow(UnmarshalRecord, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- classFromRow(UnmarshalRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
- classFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: This method is invoked only for the abstract descriptors.
- classFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
-
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.
- classImplementsInterface(Class<T>, Class<?>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
INTERNAL: Return whether a Class implements a specific interface, either directly or indirectly (through interface or implementation inheritance).
- classIndicatorField - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- classIndicatorFieldNotFound(ClassDescriptor, ClassDescriptor) - Static method in exception class 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.
- ClassInstanceMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
- ClassInstanceMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ClassInstanceMetadata
-
INTERNAL:
- classIsSubclass(Class<?>, Class<?>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
INTERNAL: Return whether a Class is a subclass of, or the same as, another Class.
- classListMustNotBeNull() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- classLoader - Variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- classLoader - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
- classLoader - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
- classLoader - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
-
Define the class loader that should be used to find the resource.
- CLASSLOADER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.classloader
" property specifies the classloader to use to create an EntityManagerFactory in the property map passed to Persistence.createEntityManagerFactory. - CLASSLOADER_EJB_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
A classloader toString containing (.wrappers) means we are running from a local ejb container client
- CLASSLOADER_WEB_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
A classloader toString containing (.web.) means we are running from a web container client
- className - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
- className - Variable in class org.eclipse.persistence.internal.codegen.HierarchyNode
- className - Variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
- className - Variable in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
- className - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
- className - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
-
Name of this class.
- className - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
The internal name of the visited class.
- className - Variable in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
- className - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
- className - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- className - Variable in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
- className(String, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL: Return a valid Java class name or method name for a given string
- className(String, boolean, boolean, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL: Return a valid Java class name or method name for a given string
- ClassNameConversionRequired - Interface in org.eclipse.persistence.internal.descriptors
-
Tagging interface used to mark class as requiring class name conversion during deployment.
- classNameIndicatorMapping - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- ClassNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
-
Creates a new
ClassNameRenamer
. - ClassNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
Creates a new
ClassNameRenamer
. - ClassNameResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
- ClassNameResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
-
Creates a new
ClassNameResolver
. - classNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible class names.
- classNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- classNames(String, ContentAssistProposals.ClassType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Returns the fully qualified class names filtered by the given prefix and type.
- classNamesForWeaving - Variable in class org.eclipse.persistence.sessions.Project
-
used for Caching JPA projects
- ClassNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a class.
- ClassNode() - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Constructs a new
ClassNode
. - ClassNode(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Constructs a new
ClassNode
. - classNotFound(Exception, String, String) - Static method in exception class org.eclipse.persistence.exceptions.SDOException
-
INTERNAL: Exception trying to load the instance class for a given type
- classNotFoundException - Static variable in exception class org.eclipse.persistence.exceptions.JPQLException
- classNotFoundException(String) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
- classNotFoundException(String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.JPQLException
- classNotFoundForProperty(String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- classNotFoundWhileConvertingClassNames(String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- classNotFoundWhileProcessingAnnotations(String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- classNotFoundWhileUsingQueryHint(DatabaseQuery, Object, Exception) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- classNotListedInPersistenceUnit(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- classOrClassDescriptorCouldNotBeFoundForEntity(String, String) - Static method in exception class org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Class descriptor could not be found for entity.
- classPkDoesNotExistInCache(Class<?>, Object) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- ClassReader - Class in org.eclipse.persistence.asm
- ClassReader - Class in org.eclipse.persistence.internal.libraries.asm
-
A parser to make a
ClassVisitor
visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). - ClassReader() - Constructor for class org.eclipse.persistence.asm.ClassReader
- ClassReader(byte[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReader
object. - ClassReader(byte[], int, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReader
object. - ClassReader(InputStream) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReader
object. - ClassReader(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReader
object. - ClassReaderImpl - Class in org.eclipse.persistence.asm.internal.platform.eclipselink
- ClassReaderImpl - Class in org.eclipse.persistence.asm.internal.platform.ow2
- ClassReaderImpl(byte[]) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassReaderImpl
- ClassReaderImpl(byte[]) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassReaderImpl
- ClassReaderImpl(byte[], int, int) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassReaderImpl
- ClassReaderImpl(byte[], int, int) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassReaderImpl
- ClassReaderImpl(InputStream) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassReaderImpl
- ClassReaderImpl(InputStream) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassReaderImpl
- ClassReaderImpl(InputStream, boolean) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassReaderImpl
- ClassRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
ClassVisitor
that remaps types with aRemapper
. - ClassRemapper(int, ClassVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new
ClassRemapper
. - ClassRemapper(ClassVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new
ClassRemapper
. - ClassResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver
simply holds onto the actual type since it is already determined. - ClassResolver(Resolver, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
-
Creates a new
ClassResolver
. - ClassSummaryDetail - Class in org.eclipse.persistence.services.glassfish
-
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
- ClassSummaryDetail - Class in org.eclipse.persistence.services.jboss
-
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
- ClassSummaryDetail - 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 - Class in org.eclipse.persistence.services.websphere
-
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
- ClassSummaryDetail - Class in org.eclipse.persistence.services.wildfly
-
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
- ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.glassfish.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.jboss.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.weblogic.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.websphere.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.wildfly.ClassSummaryDetail
-
Construct a ClassSummaryDetail instance.
- ClassSummaryDetailBase - Class in org.eclipse.persistence.services
-
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
- ClassSummaryDetailBase(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.ClassSummaryDetailBase
-
Construct a ClassSummaryDetail instance.
- classToConvertTo - Variable in exception class org.eclipse.persistence.exceptions.ConversionException
- ClassTooLargeException - Exception Class in org.eclipse.persistence.internal.libraries.asm
-
Exception thrown when the constant pool of a class produced by a
ClassWriter
is too large. - ClassTooLargeException(String, int) - Constructor for exception class org.eclipse.persistence.internal.libraries.asm.ClassTooLargeException
-
Constructs a new
ClassTooLargeException
. - classType - Variable in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- classType - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
- ClassTypeExpression - Class in org.eclipse.persistence.internal.expressions
- ClassTypeExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ClassTypeExpression
- ClassTypeExpression(Expression) - Constructor for class org.eclipse.persistence.internal.expressions.ClassTypeExpression
- classTypes - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Stores mapping of class types to database types for schema creation.
- ClassVisitor - Class in org.eclipse.persistence.asm
- ClassVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java class.
- ClassVisitor() - Constructor for class org.eclipse.persistence.asm.ClassVisitor
- ClassVisitor(int) - Constructor for class org.eclipse.persistence.asm.ClassVisitor
- ClassVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Constructs a new
ClassVisitor
. - ClassVisitor(int, ClassVisitor) - Constructor for class org.eclipse.persistence.asm.ClassVisitor
- ClassVisitor(int, ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Constructs a new
ClassVisitor
. - ClassVisitorImpl - Class in org.eclipse.persistence.asm.internal.platform.eclipselink
- ClassVisitorImpl - Class in org.eclipse.persistence.asm.internal.platform.ow2
- ClassVisitorImpl(int) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassVisitorImpl
- ClassVisitorImpl(int) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassVisitorImpl
- ClassVisitorImpl(int, ClassVisitor) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassVisitorImpl
- ClassVisitorImpl(int, ClassVisitor) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassVisitorImpl
- ClassWeaver - Class in org.eclipse.persistence.internal.jpa.weaving
-
INTERNAL: Weaves classes to allow them to support EclipseLink indirection.
- ClassWeaver(ClassVisitor, ClassDetails) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- ClassWriter - Class in org.eclipse.persistence.asm
- ClassWriter - Class in org.eclipse.persistence.internal.libraries.asm
-
A
ClassVisitor
that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). - ClassWriter() - Constructor for class org.eclipse.persistence.asm.ClassWriter
- ClassWriter(int) - Constructor for class org.eclipse.persistence.asm.ClassWriter
- ClassWriter(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Constructs a new
ClassWriter
object. - ClassWriter(ClassReader, int) - Constructor for class org.eclipse.persistence.asm.ClassWriter
- ClassWriter(ClassReader, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for "mostly add" bytecode transformations. - ClassWriterImpl - Class in org.eclipse.persistence.asm.internal.platform.eclipselink
- ClassWriterImpl - Class in org.eclipse.persistence.asm.internal.platform.ow2
- ClassWriterImpl() - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassWriterImpl
- ClassWriterImpl() - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassWriterImpl
- ClassWriterImpl(int) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassWriterImpl
- ClassWriterImpl(int) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassWriterImpl
- ClassWriterImpl(ClassReader, int) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassWriterImpl
- ClassWriterImpl(ClassReader, int) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.ClassWriterImpl
- classWriters - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Map of
DynamicClassWriter
used to dynamically create a class in theDynamicClassLoader.findClass(String)
call. - clause - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
The clause being visited, which is marked by its JPQL identifier.
- CLAUSE - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
-
Indicates the identifier is used to create a clause.
- CLAUSE - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Determines whether the JPQL identifiers identifying a clause (eg:
WHERE
) can be appended as valid proposals. - clauseOfItems - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
Internal flag indicating if a clause is being visited which can have a collection of children.
- clazz - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
- cleanup() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
-
Deprecated.
- cleanup() - Method in class org.eclipse.persistence.tools.PackageRenamer
- cleanUp() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
- cleanUp(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.cdi.DisabledInjectionManager
- cleanUp(AbstractSession) - Method in interface org.eclipse.persistence.internal.sessions.cdi.InjectionManager
- cleanUp(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl
- CLEANUP_TEMP_TABLE - Static variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
- cleanupCount - Variable in class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
-
Keep track of a counter to amortize cleanup of dead cache keys
- cleanupCount - Variable in class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
-
Keep track of a counter to amortize cleanup of dead cache keys
- cleanupDeadCacheKeys() - Method in class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
-
Search for any cache keys that have been garbage collected and remove them.
- cleanupDeadCacheKeys() - Method in class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
-
Search for any cache keys that have been garbage collected and remove them.
- cleanUpInjectionManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
allow the entity listener injection manager to clean itself up.
- cleanupNamespaceResolvers(Element) - Method in class org.eclipse.persistence.internal.oxm.record.XMLFragmentReader
-
Remove any temporary namespace resolvers created while processing a given element.
- cleanupSize - Variable in class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
-
PERF: Keep track of a cleanup size to avoid cleanup bottleneck for large caches.
- cleanupSize - Variable in class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
-
PERF: Keep track of a cleanup size to avoid cleanup bottleneck for large caches.
- clear() - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Forward the request to the record.
- clear() - Method in class org.eclipse.persistence.indirection.IndirectList
- clear() - Method in class org.eclipse.persistence.indirection.IndirectMap
- clear() - Method in class org.eclipse.persistence.indirection.IndirectSet
- clear() - Method in class org.eclipse.persistence.internal.cache.AdvancedProcessor
- clear() - Method in interface org.eclipse.persistence.internal.cache.Clearable
- clear() - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
-
INTERNAL: This method is used to clear the batched statements without the need to execute the statements first This is used in the case of rollback.
- clear() - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
-
INTERNAL: Clears customization from connection.
- clear() - Method in class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
-
INTERNAL: This method is used to clear the batched statements without the need to execute the statements first This is used in the case of rollback.
- clear() - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
-
INTERNAL: This method is used to clear the batched statements without the need to execute the statements first This is used in the case of rollback.
- clear() - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
- clear() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
-
Removes all of the objects from this
IdentityHashSet
. - clear() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
-
Removes all of the mappings from this
IdentityWeakHashMap
. - clear() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
-
Removes all of the contents from this list.
- clear() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
- clear() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- clear() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
ADVANCED: Resets the entire Object cache, and the Query cache.
- clear() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Clear the persistence context, causing all managed entities to become detached.
- clear() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
- clear() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
-
Free the project and schema objects to avoid holding onto the memory.
- clear() - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
-
INTERNAL: Internal clear the underlying data structures that this transaction owns.
- clear() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
-
INTERNAL: Clears the transactional UnitOfWork
- clear() - Method in class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
-
INTERNAL: Allow the weaver to be clear to release its referenced memory.
- clear() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Removes all the instructions of this list.
- clear() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- clear() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Clear the joining state.
- clear() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
PUBLIC: Clear the contents of the row.
- clear() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord.EntrySet
- clear() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
-
PUBLIC: Clear the contents of the row.
- clear() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
-
PUBLIC: Clear the contents of the row.
- clear() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- clear() - Method in interface org.eclipse.persistence.jpa.JpaCache
-
ADVANCED: Resets the entire Object cache, and the Query cache.
- clear() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC: Clear the sub-nodes of the DOM.
- clear() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- clear() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
- clear() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- clear() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- clear() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC: Clear the sub-nodes of the DOM.
- clear() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL: Clears customization from connection.
- clear() - Method in class org.eclipse.persistence.queries.Cursor
-
PUBLIC: Release all objects read in so far.
- clear() - Method in class org.eclipse.persistence.queries.CursoredStream
-
PUBLIC: Release all objects read in so far.
- clear() - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC: Clear the contents of the result.
- clear() - Method in class org.eclipse.persistence.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() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
- clear(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
INTERNAL: This method will clear the changerecords from a changeSet
- clear(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
INTERNAL: This method will clear all registered objects from this UnitOfWork.
- clear(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: This method will clear all registered objects from this UnitOfWork.
- clear(boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- clear(Class<?>) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
ADVANCED: Resets the cache for only the instances of the given Class type.
- clear(Class<?>) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
ADVANCED: Resets the cache for only the instances of the given Class type.
- clear(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
-
INTERNAL: Remove all the elements from the specified container.
- clear(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Remove all the elements from container.
- clear(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Remove all the elements from the specified container.
- clear(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Remove all the elements from container.
- CLEAR_QUERY_RESULTS_NOT_SUPPORTED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- Clearable - Interface in org.eclipse.persistence.internal.cache
-
Behavioral interface saying that there is option to clear contents of the object.
- clearAliases() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
-
INTERNAL:
- clearAliases() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
-
INTERNAL:
- clearAliases() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
INTERNAL:
- clearCacheIndexes() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Clear all index caches.
- clearCacheQueryTimeout() - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
-
INTERNAL: Clear the cached timeout after the statement has been executed.
- clearChanges() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
Clears info about added / removed objects set by change tracker.
- clearChanges() - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
-
Clears info about added / removed objects set by change tracker.
- clearChanges() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
Clears info about added / removed objects set by change tracker.
- clearChanges() - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
-
Clears info about added / removed objects set by change tracker.
- clearChanges(boolean) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
-
INTERNAL: Clear the changes in this listener
- clearChanges(boolean) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
-
INTERNAL: Clear a change flag used in this method.
- clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: This is a place holder for reseting the listener on one of the subclasses
- clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL: This is a place holder for reseting the listener on one of the subclasses
- clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
-
INTERNAL: Clear the changes in the ObjectChangeListener
- clearConnectionCache() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL: Clears connection's both implicit and explicit caches.
- clearConnectionData() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
- clearDataResults() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Clear the data-results for joined data for a 1-m join.
- clearDeferredChanges() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
-
INTERNAL: clear any changes that have been deferred to instantiation.
- clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectList
-
INTERNAL: clear any changes that have been deferred to instantiation.
- clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectMap
-
INTERNAL: clear any changes that have been deferred to instantiation.
- clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL: clear any changes that have been deferred to instantiation.
- clearDescriptors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Clear the the descriptors cache.
- clearDriverClassAndDriver() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL: Discard the cached driver class and driver.
- clearFlushClearCache() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
INTERNAL: Clears invalidation list.
- clearForClose(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
INTERNAL: Call this method if the uow will no longer used for committing transactions: all the changes sets will be dereferenced, and (optionally) the cache cleared.
- clearForClose(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Call this method if the uow will no longer be used for committing transactions: all the change sets will be dereferenced, and (optionally) the cache cleared.
- clearInitialization() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- clearIntegrityChecker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: clear the integrityChecker.
- clearIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC: clear the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
- clearIsResultSetOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
ADVANCED: Clear the flag set by setIsResultSetOptimizedQuery method, allow to use default set on the session instead.
- clearItems() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: Clear the ReportQueryItems
- clearJustificationWhyMethodIsBuildingObjectCompleteReturnsFalse() - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
Clear the justification why the
ConcurrencyManager.isBuildObjectOnThreadComplete(Thread, Map, List, boolean)
is going nowhere. - clearLastAccessedIdentityMap() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
INTERNAL: Clear the the lastAccessedIdentityMap and the lastAccessedIdentityMapClass
- clearLastDescriptorAccessed() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Clear the the lastDescriptorAccessed cache.
- clearMappedSuperclassesAndInheritanceParents() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL:
- clearMappingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: This method is called only for canonical model generation during the pre-processing stage.
- clearMapThreadToObjectIdsWithChagenSet(Thread) - Static method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
Remove the current thread from the map of object ids with change sets that are about to bec ommited
- clearMapWriteLockManagerToCacheKeysThatCouldNotBeAcquired(Thread) - Static method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
Before the problematic while loop starts we should always clear for this thread the set of cache keys it could not acquire.
- clearNextAndPrevious() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
INTERNAL: Clear the cached next and previous object and row values.
- clearNextAndPreviousObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
INTERNAL: Clear only the cached next and previous object values.
- clearNodeScope(Node) - Method in class org.eclipse.persistence.tools.oracleddl.parser.JJTDDLParserState
- clearOracleConnectionCache(Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Clears both implicit and explicit caches of OracleConnection
- clearOracleConnectionCache(Connection) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Clears both implicit and explicit caches of OracleConnection on Oracle9Platform, noop here.
- clearPreProcessed() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: In some cases the pre-processing may need to be re-done.
- clearPrimaryKey(Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Clear any primary key cache data in the object.
- clearProfile() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Clear the profiler, this will end the current profile operation.
- clearProfile() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC: Clear the profiler, this will end the current profile operation.
- clearQueryCache() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Clear all the query caches.
- clearQueryCache() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
Clear all the query results caches.
- clearQueryCache() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Clear all the query caches
- clearQueryCache() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
-
ADVANCED: Clear all the query caches
- clearQueryCache() - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Clear all the query results caches.
- clearQueryCache() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED: Clear all the query caches
- clearQueryCache(Class<?>) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
Clear all named query results cache associated with entity class.
- clearQueryCache(Class<?>) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Clear all named query results cache associated with entity class.
- clearQueryCache(String) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
Clear the named query results cache associated with the query name.
- clearQueryCache(String) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Clear the query cache associated with the named query on the session
- clearQueryCache(String) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
-
ADVANCED: Clear the query cache associated with the named query on the session
- clearQueryCache(String) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Clear the named query results cache associated with the query name.
- 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 class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class
- clearQueryCache(String, Class<?>) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
-
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class
- clearQueryCache(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.
- clearQueryCache(ReadQuery) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Remove the cache key related to a query.
- clearQueryCache(ReadQuery) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Clear the query class associated with the passed-in read query
- clearQueryCache(ReadQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
-
ADVANCED: Clear the query class associated with the passed-in read query
- clearQueryCache(ReadQuery) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED: Clear the query class associated with the passed-in read query.
- 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 class org.eclipse.persistence.exceptions.QueryException
- clearReferencingClasses() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Cleans referencingClasses set.
- clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Clears the values related to the managed type and type.
- clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Clears the values related to the managed type and type.
- clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Clears the values related to the managed type and type.
- clearSelectionId() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL: Clear the selection id and object.
- clearSequencingListeners() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL: Clears sequencing listeners.
- clearSequencingListeners() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Clears sequencing listeners.
- clearStatement() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
The statement is no longer require after prepare so can be released.
- clearStatement() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
-
The statement is no longer require after prepare so can be released.
- clearStatementCache() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
Used to clear the statement cache.
- clearStatementCache() - Method in class org.eclipse.persistence.services.RuntimeServices
-
Used to clear the statement cache.
- 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(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Flush the statement cache.
- clearStatementCacheMethod - Variable in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
-
Cached WLConnection.clearStatementCache() Method used for clearing statement cache.
- clearUsesResultSetAccessOptimization() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
- clearWarnings() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQInteraction
- clearWarnings() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteraction
-
Resource warnings are not supported.
- clearWarnings() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteraction
- clearWarnings() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseInteraction
- clearWarnings() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteraction
- clearWarnings() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteraction
- clearWarnings() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLInteraction
- CLIENT_QNAME - Static variable in class org.eclipse.persistence.internal.dbws.ProviderHelper
- CLIENT_SESSION_CANNOT_USE_EXCLUSIVE_CONNECTION - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- ClientSession - Class in org.eclipse.persistence.sessions.server
-
Purpose: Acts as a client to the server session.
- ClientSession(Project) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
- ClientSession(ServerSession, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: Create and return a new client session.
- ClientSession(ServerSession, ConnectionPolicy, Map) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
- clientSessionCanNotUseExclusiveConnection() - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- ClientSessionCreated - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- ClientSessionIdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
-
INTERNAL: IdentityMapAccessor subclass for client sessions.
- ClientSessionIdentityMapAccessor(ClientSession) - Constructor for class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
-
INTERNAL: Create a ClientSessionIdentityMapAccessor Since the parent session's identity map manager is used, an IdentityMapManager does not need to be supplied to the constructor
- ClientSessionReleased - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- CLINIT - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
- CLOB - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- CLOB_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- CLOB_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- CLOB_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- ClobType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- ClobType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.ClobType
- ClobType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.ClobType
- ClobType(String, long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.ClobType
- clone() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
- clone() - Method in class org.eclipse.persistence.descriptors.CacheIndex
- clone() - Method in class org.eclipse.persistence.descriptors.CachePolicy
- clone() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Clones the descriptor
- clone() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Clone the CMPPolicy
- clone() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
INTERNAL: Clones the CopyPolicy
- clone() - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
-
Clone the CopyPolicy.
- clone() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL: Clone the manager and its private parts.
- clone() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL: Clone the query manager
- clone() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL: Clone the fetch group manager.
- clone() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: Clone the policy
- clone() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Clone the policy
- clone() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
- clone() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
- clone() - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
- clone() - 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 interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
- 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.expressions.ExpressionOperator
- clone() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
- clone() - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC: Performs a sufficiently deep clone.
- clone() - Method in class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
- clone() - Method in class org.eclipse.persistence.indirection.IndirectMap
- clone() - Method in class org.eclipse.persistence.indirection.IndirectSet
- clone() - Method in class org.eclipse.persistence.indirection.ValueHolder
-
INTERNAL:
- clone() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
-
PUBLIC: Copy the value holder (but not its' reference, shallow).
- clone() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Return a clone of the accessor.
- clone() - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
-
INTERNAL: The mechanism will be cloned to be set into each accessor.
- clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Clone the accessor.
- clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Clone the accessor.
- clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
- clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
- clone() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
- clone() - Method in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
- clone() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
INTERNAL: Clones the InstantiationPolicy
- clone() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Returns a clone of itself.
- clone() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
- clone() - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
- clone() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
- clone() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
- clone() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
-
Clone the Statement
- clone() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- clone() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL:
- clone() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
-
The table is not cloned because it is treated as an automatic value.
- clone() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
-
Return a shallow copy of the receiver.
- clone() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
-
Returns a shallow copy of this
IdentityHashSet
(the elements are not cloned). - clone() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
-
Returns a shallow copy of this
IdentityWeakHashMap
(the elements are not cloned). - clone() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
- clone() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- clone() - Method in class org.eclipse.persistence.internal.helper.ReadLockManager
-
Create a new instance
ReadLockManager
that is in all regards equal to the current instance. - clone() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- clone() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Clone the map and all of the CacheKeys.
- clone() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
INTERNAL: Clones itself.
- clone() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
-
INTERNAL: Clones itself.
- clone() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Clone the map and all of the CacheKeys.
- clone() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
INTERNAL: Clones itself, used for uow commit and resume on failure.
- clone() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
- clone() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
-
INTERNAL: Clones itself.
- clone() - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
-
INTERNAL: Clone the CMP3Policy
- clone() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
-
INTERNAL: This method should be called when dealing with default listeners.
- clone() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
- clone() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
-
INTERNAL:
- clone() - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
- clone() - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL:
- clone() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
- clone() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
- clone() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
-
Clone the mechanism
- clone() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Clones the Joined Attribute Manager.
- clone() - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
- clone() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.internal.queries.ReportItem
- clone() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: Clone the row and its values.
- clone() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Clones the descriptor
- clone() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
-
INTERNAL: Clone the row and its values.
- clone() - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
-
Need to return a real record.
- clone() - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Return a shallow copy of this Property.
- clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
- clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
- clone() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
INTERNAL: Each session owns its own session log because session is stored in the session log
- clone() - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL: Each session owns its own session log because session is stored in the session log
- clone() - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC: Clone the log.
- clone() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Clone the aggregate to source field names.
- clone() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
-
INTERNAL: Clones itself.
- clone() - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Clones itself.
- clone() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
-
INTERNAL Called when cloning the container policy.
- clone() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL: Clone the appropriate attributes.
- clone() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
- clone() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL: Clones itself.
- clone() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: The mapping clones itself to create deep copy.
- clone() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
INTERNAL: The mapping clones itself to create deep copy
- clone() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
- clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- clone() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Clone the row and its values.
- clone() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
- clone() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL: Normally called only when customizer is in inactive state (isActive()==false) and followed by setAccessor call on the clone.
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- clone() - Method in class org.eclipse.persistence.queries.AttributeGroup
- clone() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
- clone() - Method in interface org.eclipse.persistence.queries.Call
-
INTERNAL: Return a clone of the call.
- clone() - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Clone the query
- clone() - Method in class org.eclipse.persistence.queries.DataReadQuery
-
INTERNAL: Clone the query.
- clone() - Method in class org.eclipse.persistence.queries.FetchGroup
- clone() - Method in class org.eclipse.persistence.queries.JPQLCall
- clone() - Method in class org.eclipse.persistence.queries.LoadGroup
- clone() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL: Clone the query
- clone() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Creates and returns a copy of this query.
- clone() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
- clone() - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL: Creates and returns a copy of this query.
- clone() - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: Clone the query.
- clone() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Clone the ListWrapper.
- clone() - Method in class org.eclipse.persistence.sequencing.Sequence
- clone() - Method in interface org.eclipse.persistence.sessions.Connector
-
INTERNAL: Must be cloneable.
- clone() - Method in class org.eclipse.persistence.sessions.CopyGroup
- clone() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL: Clone the login.
- clone() - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL: Clone the connector.
- clone() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Clone the map and all of the CacheKeys.
- clone() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
- clone() - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
INTERNAL: Clone the connector.
- clone() - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL: Clone the login.
- clone() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Clones the descriptor
- clone() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
INTERNAL: Clone the query
- clone() - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL: Shallow clone the event manager.
- clone() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
- clone() - Method in class org.eclipse.persistence.tools.oracleddl.metadata.FieldType
- clone() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
- clone() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
- clone() - Method in class org.eclipse.persistence.tools.profiler.Profile
- clone() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
PUBLIC:
- clone() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
PUBLIC:
- clone() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Performs a deep copy of this table definition.
- clone(Serializable) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
-
Deep clone a Serializable object using serialization.
- clone(Map<ATTRIBUTE_GROUP, ATTRIBUTE_GROUP>, ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
- clone(Map<CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>, CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL: This method is used internally in the clone processing.
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Returns a copy of this instruction.
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
- clone(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
- clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
- clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL: Multitenant policies are cloned per inheritance subclass.
- clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL:
- clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
-
Clone the mechanism for the specified query clone.
- clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
-
Clone the DatasourceCall and
Vector<DatasourceCall>
. - clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Clone the mechanism for the specified query clone.
- clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
-
Clone the mechanism for the specified query clone.
- clone(ReadQuery) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
- clone(ReadQuery) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
- clone(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
INTERNAL: Clone the event manager for the new session.
- CLONE_INTO_WORKING_COPY - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
- CLONE_METHOD_INACCESSIBLE - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CLONE_METHOD_REQUIRED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CLONE_METHOD_THORW_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- CLONE_WITH_REFS_INTO_WORKING_COPY - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
- CLONEABLE_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- cloneAndRegisterNewObject(Object, boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
INTERNAL: To avoid putting the original object into the shared cache, and therefore, impede the 'detaching' of the original after commit, a clone of the original should be registered not the actual original object.
- cloneAndRegisterNewObject(Object, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
ADVANCED: Register the new object with the unit of work.
- cloneAndRegisterObject(Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Clone and register the object.
- cloneAndRegisterObject(Object, CacheKey, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Clone and register the object.
- cloneAnnotations(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Clones the annotations of the given instruction into this instruction.
- cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
-
INTERNAL: Return a clone of the attribute.
- cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
-
INTERNAL: Return a clone of the attribute.
- cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
-
INTERNAL: Return a clone of the attribute.
- cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
-
INTERNAL: Return a clone of the attribute.
- cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
-
INTERNAL: Return a clone of the attribute.
- cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
Return a clone of the attribute.
- CloneCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
-
Purpose: Allows a clone of an object to be created with a method that returns the cloned object.
- CloneCopyPolicy - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CloneCopyPolicy - Annotation Type in org.eclipse.persistence.annotations
-
A CloneCopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CloneCopyPolicy on an Entity.
- CloneCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
- CloneCopyPolicyImpl - Class in org.eclipse.persistence.internal.jpa.config.copypolicy
-
JPA scripting API implementation.
- CloneCopyPolicyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.copypolicy.CloneCopyPolicyImpl
- CloneCopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
-
INTERNAL: Used to store information about CloneCopyPolicy as it is read from XML or annotations.
- CloneCopyPolicyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
-
INTERNAL: Used for XML loading.
- CloneCopyPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
-
INTERNAL: Used for annotation loading
- cloneDeferredLockManager(DeferredLockManager) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Clone an original
DeferredLockManager
so that our algorithms of state dump or dead lock search can safely work ina stable model state that is not constantly changing. - cloneDeferredLockManagerMap(Map<Thread, DeferredLockManager>) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
The exact same thing as the
ConcurrencyUtil.cloneReadLockManagerMap(Map)
but the map we are cloning here is the one of threads to deferred locks - cloneDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
-
INTERNAL: Clone the delegate.
- cloneDepth - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
Used during the cloning process to track the recursive depth in.
- clonedExpressions - Variable in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
-
Used to maintain identity of cloned expressions.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
-
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
- cloneFields(Vector) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Helper method to clone vector of fields (used in aggregate initialization cloning).
- cloneFields(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Helper method to clone vector of fields (used in aggregate initialization cloning).
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
-
INTERNAL: Return a clone of the specified container.
- CloneIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
Pull together remover state and behavior for subclasses.
- CloneIterable() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
- CloneIterable(CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
- CloneIterable.DefaultRemover - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
- CloneIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
A
CloneIterator
iterates over a copy of a collection, allowing for concurrent access to the original collection. - CloneIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified array.
- CloneIterator(E[], CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified array.
- CloneIterator(Collection<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified collection.
- CloneIterator(Collection<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified collection.
- CloneIterator(CloneIterator.Remover<E>, Object...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Internal constructor used by subclasses.
- CloneIterator.Remover<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
Used by
CloneIterator
to remove elements from the original collection; since the iterator does not have direct access to the original collection. - CloneIterator.Remover.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
- cloneKeys() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
-
Allow for the
CacheKey
elements to be iterated. - cloneKeys() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Allow for the CacheKeys to be iterated on using copy of keys enumeration.
- cloneKeys() - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
-
Return an empty enumerator.
- cloneKeys() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Allow for the
CacheKey
elements to be iterated. - CloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
Pull together mutator state and behavior for subclasses.
- CloneListIterable() - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
- CloneListIterable(CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
- CloneListIterable.DefaultMutator - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
- CloneListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
-
A
CloneListIterator
iterates over a copy of a list, allowing for concurrent access to the original list. - CloneListIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified array.
- CloneListIterator(E[], CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified array.
- CloneListIterator(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified list.
- CloneListIterator(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified list.
- CloneListIterator(CloneListIterator.Mutator<E>, Object...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Internal constructor used by subclasses.
- CloneListIterator.Mutator<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.iterator
-
Used by
CloneListIterator
to remove elements from the original list; since the list iterator does not have direct access to the original list. - CloneListIterator.Mutator.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
- cloneMap(Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
This method is used internally to clone a map that holds the persistenceContexts.
- cloneMapping - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
Map of all the clones.
- cloneMapThreadToMethodName(Map<Thread, String>) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Clone the map of the method names that tells us justification where threads acquire locks.
- cloneMapThreadToObjectIdWithWriteLockManagerChanges(Map<Thread, Set<Object>>) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Clone the information about threads that are in the write lock manager trying to commit and the object ids they are holding with some arbitrary changes.
- cloneMapThreadToWaitOnAcquire(Map<Thread, ConcurrencyManager>) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Clone the static map of the concurrency manager that tells us about threads waiting to acquire locks.
- cloneMapThreadToWaitOnAcquireInsideWriteLockManagerOriginal(Map<Thread, Set<ConcurrencyManager>>) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Clone the static map of the concurrency manager that tells us about threads waiting to acquire locks.
- cloneMethod - Variable in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
The method which will return a clone of an instance of the containerClass.
- cloneMethodInaccessible() - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cloneMethodRequired() - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cloneMethodThrowException(Throwable) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- cloneObject - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
- cloneOfObject - Variable in class org.eclipse.persistence.internal.indirection.UnitOfWorkTransformerValueHolder
- cloneReadLockManagerMap(Map<Thread, ReadLockManager>) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
To facilitate algorithms that want to dump a snapshot of the current state of the concurrency manager or to start a hunt for dead locks this api faciliates the boostraping logic of such algorithms by giving the algorithm a stable clone of the map of read locks that we know will not change throughout the time the algorithm is running.
- cloneSetThreadsThatAreCurrentlyWaitingToReleaseDeferredLocks(Set<Thread>) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
A set of threads that are at the end of object building and are waiting for the deferred locks to be resolved.
- cloneSharedQuery() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
-
If the query was from the jpql parse cache it must be cloned before being modified.
- cloneToObjectChangeSet - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
- cloneToOriginals - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
As well as used as lookup in merge algorithm for aggregates and others
- cloneUsing(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: This expression is built on a different base than the one we want.
- cloningMappings - Variable in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
PERF: Cache mappings that require cloning.
- close() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnection
-
Close the AQ native session and the database connection.
- close() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQInteraction
- close() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnection
-
Close the session and the connection.
- close() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteraction
-
Satisfy the Interaction interface.
- close() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnection
- close() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteraction
- close() - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
- close() - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
- close() - Method in class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
- close() - Method in class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
- close() - Method in class org.eclipse.persistence.internal.jpa.deployment.URLArchive
- close() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
Closes this factory, releasing any resources that might be held by this factory.
- close() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
-
Closes this factory, releasing any resources that might be held by this factory.
- close() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Closes this EntityManager.
- close() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
-
This method should be called to close any left over open connection to the database (if there is one).
- close() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
-
Call this method to close any open connections to the database.
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoConnection
-
Close the AQ native session and the database connection.
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseConnection
-
Close the AQ native session and the database connection.
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseInteraction
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteraction
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLConnection
-
Close the AQ native session and the database connection.
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteraction
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLConnection
-
Close the native OracleNoSQLHandle (connection).
- close() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLInteraction
- close() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
-
INTERNAL: This method is called when connection in no longer used and it's resources should be freed.
- close() - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
-
INTERNAL: cleanup whatever is necessary.
- close() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
-
Close the wrapped cursored stream This should be performed whenever the user has finished with the stream.
- close() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
-
Close the wrapped cursored stream This should be performed whenever the user has finished with the stream.
- close() - Method in interface org.eclipse.persistence.jpa.Archive
-
Close this archive and associated InputStream.
- close() - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
- close() - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Stop the factory.
- close() - Method in class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
- close() - Method in class org.eclipse.persistence.queries.Cursor
-
PUBLIC: Closes the stream.
- close() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
- close() - Method in class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream
- close(Closeable) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Close a closeable object, eating the exception
- CLOSE - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
- CLOSE_ATTRIBUTE_VALUE - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- CLOSE_BRACKET - Static variable in class org.eclipse.persistence.tools.dbws.Util
- CLOSE_BRACKET - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- CLOSE_CDATA - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- CLOSE_COMMENT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- CLOSE_ELEMENT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- CLOSE_PAREN - Static variable in class org.eclipse.persistence.tools.dbws.Util
- CLOSE_PI - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- CLOSE_SQUARE_BRACKET - Static variable in class org.eclipse.persistence.tools.dbws.Util
- closeComplex() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
- closeComplex() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- closeConnection() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Close the accessor's connection.
- closeConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Close the accessor's connection.
- closeConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Close the accessor's connection.
- closeCursor(ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Close the result set of the cursored stream.
- closeDatasourceConnection() - Method in class org.eclipse.persistence.eis.EISAccessor
-
Close the connection.
- closeDatasourceConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Close the connection.
- closeDatasourceConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Close the connection to the driver level datasource.
- closeDatasourceConnection() - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
- closeDDLWriter() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC: Close the schema writer.
- closeDDLWriter(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- closeDeploymentDescriptorStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
-
Closes the provided OutputStream.
- closeDeploymentDescriptorStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.JBossPackager
-
Closes the given OutputStream.
- closeDeploymentDescriptorStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
-
Closes the given OutputStream.
- CloseExp - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
- closeInternal() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
-
INTERNAL: This method is called by close method.
- closeInternal() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: This method is called by close method.
- closeInternal() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
-
INTERNAL: This method is called by close method.
- closeJTSConnection() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Called from beforeCompletion external transaction synchronization listener callback to close the external connection corresponding to the completing external transaction.
- closeJTSConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Called from beforeCompletion external transaction synchronization listener callback to close the external connection corresponding to the completing external transaction.
- closeNodeScope(Node, boolean) - Method in class org.eclipse.persistence.tools.oracleddl.parser.JJTDDLParserState
- closeNodeScope(Node, int) - Method in class org.eclipse.persistence.tools.oracleddl.parser.JJTDDLParserState
- closeOnCommit - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
Default property to avoid resuming unit of work if going to be closed on commit anyway.
- closeOnCommit - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Property to avoid resuming unit of work if going to be closed on commit anyway.
- closeOpenQueries() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Close any open queries executed against this entity manager.0
- closeOpenQueries() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
-
Open queries within a transaction will be closed on commit or rollback if they haven't already been closed.
- closeOrStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeOrStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeOutputStream() - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
-
Close the output stream.
- closeOxStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeOxStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closePersistenceContext(String) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
- closePersistenceContext(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Close the PersistenceContext of a given name and clean it out of our list of PersistenceContexts.
- closePersistenceContext(String, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Close the PersistenceContext and clean it out of our list of PersistenceContexts.
- closeProviderClassStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeProviderClassStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeProviderListenerClassStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeProviderListenerClassStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeProviderListenerSourceStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeProviderListenerSourceStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeProviderSourceStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeProviderSourceStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeSchemaStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeSchemaStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeScrollableCursor(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Used for closing scrolable cursor across RMI.
- closeServiceStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeServiceStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeSessionsStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeSessionsStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeStartElement() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification that all of the attribute events have occurred for the most recent element that has been started.
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
INTERNAL:
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
- closeStartElement() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
- closeStartGroupingElements(XPathFragment) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- closeStatement(Statement, AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
INTERNAL: Closes a PreparedStatement (which is supposed to close it's current resultSet).
- closeStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeSWARefStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeSWARefStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeWebXmlStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeWebXmlStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- closeWSDLStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
- closeWSDLStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
- CLOUD - Enum constant in enum org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLJCAConnectionSpec.ServiceType
- CLOUD_SIMULATOR - Enum constant in enum org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLJCAConnectionSpec.ServiceType
- Cloudscape - Static variable in class org.eclipse.persistence.config.TargetDatabase
- CloudscapePlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides CloudScape DBMS specific behavior.
- CloudscapePlatform() - Constructor for class org.eclipse.persistence.platform.database.CloudscapePlatform
-
Default constructor.
- cls - Variable in class org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.GetNextValue
- CM - Enum constant in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Units
- CMP3Policy - Class in org.eclipse.persistence.internal.jpa
-
Defines primary key extraction code for use in JPA.
- CMP3Policy() - Constructor for class org.eclipse.persistence.internal.jpa.CMP3Policy
- cmpg(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- cmpl(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- cmpPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- CMPPolicy - Class in org.eclipse.persistence.descriptors
-
Description: Place holder for CMP specific information.
- CMPPolicy() - Constructor for class org.eclipse.persistence.descriptors.CMPPolicy
- CMPPolicy.KeyElementAccessor - Interface in org.eclipse.persistence.descriptors
-
INTERNAL: This is the interface used to encapsulate the the type of key class element
- CMPPolicy.KeyIsElementAccessor - Class in org.eclipse.persistence.descriptors
-
INTERNAL: This class will be used when the keyClass is a primitive
- coalesce() - Method in class org.eclipse.persistence.expressions.Expression
- coalesce() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- coalesce() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a coalesce expression.
- coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
- coalesce(Expression<? extends Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
- coalesce(Collection) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function Return null if all arguments are null and the first non-null argument otherwise The equivalent of the COALESCE SQL function
- coalesce(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- coalesce(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Create the expression
COALESCE(scalar_expression {, scalar_expression}+)
. - coalesce(T, T, T[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- coalesce(T, T, T[]) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Create the expression
COALESCE(scalar_expression {, scalar_expression}+)
. - Coalesce - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- COALESCE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'COALESCE'.
- CoalesceExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A COALESCE expression returns
null
if all its arguments evaluate tonull
, and the value of the first non-null
argument otherwise. - CoalesceExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
Creates a new
CoalesceExpression
. - CoalesceExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CoalesceExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CoalesceExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CoalesceExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CoalesceExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a coalesce expression.
- CoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
-
Creates a new
CoalesceExpressionBNF
. - CoalesceExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
CoalesceExpressionFactory
creates a newCoalesceExpression
when the portion of the query to parse starts with COALESCE. - CoalesceExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
-
Creates a new
CoalesceExpressionFactory
. - coalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- CoalesceExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A
COALESCE
expression returnsnull
if all its arguments evaluate tonull
, and the value of the first non-null
argument otherwise. - CoalesceExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new
CoalesceExpressionStateObject
. - CoalesceExpressionStateObject(StateObject, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new
CoalesceExpressionStateObject
. - CoalesceExpressionStateObject(StateObject, List<StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new
CoalesceExpressionStateObject
. - CoalesceExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new
CoalesceExpressionStateObject
. - CoalesceImpl(Metamodel, Class<X>, Expression, List<Expression<?>>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CoalesceImpl
- CoalesceImpl(Metamodel, Class<X>, Expression, List<Expression<?>>, String) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CoalesceImpl
- CoalesceNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- CoalesceNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
- coalesceOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
DB2 requires that at least one argument be a known type
- CobolRedefinedFieldValue - Class in org.eclipse.persistence.internal.eis.cobol
-
Purpose: to allow on demand conversions of fields which are redefined.
- CobolRedefinedFieldValue() - Constructor for class org.eclipse.persistence.internal.eis.cobol.CobolRedefinedFieldValue
- CobolRedefinedFieldValue(FieldMetaData, byte[]) - Constructor for class org.eclipse.persistence.internal.eis.cobol.CobolRedefinedFieldValue
- CobolRow - Class in org.eclipse.persistence.internal.eis.cobol
-
Purpose: This class extends database row to allow for
CobolRedefinedFieldValue
use as a value and for on-demand value extraction. - CobolRow() - Constructor for class org.eclipse.persistence.internal.eis.cobol.CobolRow
- CobolRow(int) - Constructor for class org.eclipse.persistence.internal.eis.cobol.CobolRow
- CobolRow(Vector, Vector) - Constructor for class org.eclipse.persistence.internal.eis.cobol.CobolRow
- code - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteractionSpec
- codecRegistry() - Static method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs
- CodeDefinition - Class in org.eclipse.persistence.internal.codegen
-
INTERNAL:
- CodeDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.CodeDefinition
- CodeGenerator - Class in org.eclipse.persistence.internal.codegen
-
INTERNAL:
- CodeGenerator() - Constructor for class org.eclipse.persistence.internal.codegen.CodeGenerator
- CodeGenerator(boolean) - Constructor for class org.eclipse.persistence.internal.codegen.CodeGenerator
- CodeSizeEvaluator - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitor
that approximates the size of the methods it visits. - CodeSizeEvaluator(int, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- CodeSizeEvaluator(MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- CodeWriter - Interface in org.eclipse.persistence.sdo.helper
-
Purpose:This interface can be implemented and used in conjunction with SDOClassGenerator to write the generated source as desired.
- collapseStringValue(String) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
-
Removes all leading and trailing whitespaces, and replaces any sequences of whitespaces that occur in the string with a single ' ' character.
- collapseStringValue(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Removes all leading and trailing whitespaces, and replaces any sequences of whitespaces that occur in the string with a single ' ' character.
- collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Collects the identification variables that are defined in the
FROM
clause of the current query and from the parent queries. - collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
- collectAndPrepareObjectsForNestedMerge() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Prepare for merge in nested uow.
- collectDatabaseSchemasForDrop(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
INTERNAL: Called when dropping tables.
- collectFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
Return all the fields mapped by the mapping.
- collectFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Return the fields handled by the mapping.
- collectFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
This method must be overwritten in the subclasses to return a vector of all the fields this mapping represents.
- collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
Returns the field this mapping represents.
- collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Return the fields handled by the mapping.
- collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
Return the fields handled by the mapping.
- collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
Return the fields mapped by the mapping.
- collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Return all the fields with this mapping.
- collectFields() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Return all the fields populated by this mapping, these are foreign keys only.
- collectFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Return all the fields populated by this mapping, these are foreign keys only.
- collectFields() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
-
Returns all the aggregate fields.
- collectFields() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
-
Returns all the aggregate fields.
- collectFields() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL: Return all the fields populated by this mapping.
- collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
- collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
- collection - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteractionSpec
- COLLECTION - Enum constant in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
-
Indicates the "root" object maps a collection-valued path expression.
- COLLECTION - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
-
Only retrieves the identification variables that map a path expression defined in a JOIN expression or in a IN expression.
- COLLECTION - Static variable in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
- Collection_Class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- COLLECTION_REMOVE_EVENT_WITH_NO_INDEX - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- COLLECTION_TABLE_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- COLLECTION_TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- COLLECTION_TABLE_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- COLLECTION_WRAPPER_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
- COLLECTION_WRAPPER_SUFFIX - Static variable in class org.eclipse.persistence.internal.xr.XRDynamicClassLoader
- CollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
-
INTERNAL: A relational collection mapping accessor.
- CollectionAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
-
INTERNAL: Used for OX mapping.
- CollectionAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
-
INTERNAL:
- CollectionAttributeImpl<X,
V> - Class in org.eclipse.persistence.internal.jpa.metamodel -
Purpose: Provides the implementation for the CollectionAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
- CollectionAttributeImpl(ManagedTypeImpl<X>, CollectionMapping) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.CollectionAttributeImpl
-
INTERNAL: Construct an instance of Collection for the managed type managedType
- CollectionAttributeImpl(ManagedTypeImpl<X>, CollectionMapping, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.CollectionAttributeImpl
-
INTERNAL: Construct an instance of Collection for the managed type managedType
- CollectionAttributeProxyImpl<X,
V> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy -
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an CollectionAttribute is accessed in the metamodel.
- CollectionAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.CollectionAttributeProxyImpl
- CollectionChangeEvent - Class in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define a change event for collection types.
- CollectionChangeEvent(Object, String, Object, Object, int, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
PUBLIC: Create a CollectionChangeEvent for an object based on the property name, old value, new value, change type (add or remove) and change applied.
- CollectionChangeEvent(Object, String, Object, Object, int, Integer, boolean, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
PUBLIC: Create a CollectionChangeEvent for an object based on the property name, old value, new value, change type (add or remove) and the index where the object is/was in the collection (list), flag indicating whether the change (addition or removal) is part of a single set operation on a list, flag indicating whether the object has already been added or removed from the collection.
- CollectionChangeEvent_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- CollectionChangeRecord - Class in org.eclipse.persistence.internal.sessions
-
Purpose: This class holds the record of the changes made to a collection attribute of an object.
- CollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of an object.
- CollectionChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
This default constructor.
- CollectionChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
Constructor for the ChangeRecord representing a collection mapping
- CollectionChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define an interface for any collection that wishes to use attribute change track.
- CollectionContainerPolicy - Class in org.eclipse.persistence.internal.queries
-
Purpose: A CollectionContainerPolicy is ContainerPolicy whose container class implements the Collection interface.
- CollectionContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Construct a new policy.
- CollectionContainerPolicy(Class<?>) - Constructor for class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Construct a new policy for the specified class.
- CollectionContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Construct a new policy for the specified class name.
- CollectionDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
CollectionDeclaration
represents a collection member declaration that was declared in theFROM
clause of aSELECT
top-level query or subquery. - CollectionDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
-
Creates a new
CollectionDeclaration
. - CollectionEquivalentResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver
compares eachIType
retrieved from the list ofResolvers
that were gathered for a givenExpression
and returns that type if they are all the same type otherwise theIType
forObject
is returned. - CollectionEquivalentResolver(Resolver, List<Resolver>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
-
Creates a new
CollectionEquivalentResolver
. - collectionExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
Caches the visited
CollectionExpression
so a child could use it. - CollectionExpression - Class in org.eclipse.persistence.internal.expressions
-
Used for wrapping collection of values or expressions.
- CollectionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A
CollectionExpression
wraps many expression which they are separated by spaces and/or commas. - CollectionExpression() - Constructor for class org.eclipse.persistence.internal.expressions.CollectionExpression
- CollectionExpression(Object, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.CollectionExpression
- CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Creates a new
CollectionExpression
. - CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Creates a new
CollectionExpression
. - CollectionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject
is a temporary object used to store a list ofStateObjects
. - CollectionExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Creates a new
CollectionExpressionStateObject
. - CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
-
Creates a new
CollectionExpressionVisitor
. - CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
- CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
-
Creates a new
CollectionExpressionVisitor
. - CollectionGroupingElementNodeValue - Class in org.eclipse.persistence.internal.oxm
-
INTERNAL:
- CollectionGroupingElementNodeValue(ContainerValue) - Constructor for class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
- CollectionJoinImpl<Z,
X> - Class in org.eclipse.persistence.internal.jpa.querydef -
Purpose: Contains the implementation of the CollectionJoin interface of the JPA criteria API.
- CollectionJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
- CollectionJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
- CollectionJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
- CollectionMapping - Class in org.eclipse.persistence.mappings
-
Purpose: Abstract class for relationship mappings which store collection of objects
- CollectionMapping() - Constructor for class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC: Default constructor.
- CollectionMappingFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
- CollectionMemberDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable declared by a collection member declaration ranges over values of a collection obtained by navigation using a path expression.
- CollectionMemberDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Creates a new
CollectionMemberDeclaration
. - CollectionMemberDeclaration_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberDeclaration_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberDeclaration_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a collection member declaration expression.
- CollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
-
Creates a new
CollectionMemberDeclarationBNF
. - CollectionMemberDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
- CollectionMemberDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
CollectionMemberDeclarationFactory
creates a newCollectionMemberDeclaration
when the portion of the query to parse starts with IN. - CollectionMemberDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
-
Creates a new
CollectionMemberDeclarationExpressionFactory
. - CollectionMemberDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An identification variable declared by a
collection_member_declaration
ranges over values of a collection obtained by navigation using a path expression. - CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new
CollectionMemberDeclarationStateObject
. - CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new
CollectionMemberDeclarationStateObject
. - CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new
CollectionMemberDeclarationStateObject
. - CollectionMemberDeclarationStateObject(SimpleFromClauseStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new
CollectionMemberDeclarationStateObject
. - CollectionMemberDeclNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- CollectionMemberDeclNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CollectionMemberDeclNode
- CollectionMemberExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
- CollectionMemberExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Creates a new
CollectionMemberExpression
. - CollectionMemberExpression_Embeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberExpression_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberExpression_MissingEntityExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionMemberExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a collection member expression.
- CollectionMemberExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
-
Creates a new
CollectionMemberExpressionBNF
. - CollectionMemberExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
CollectionMemberExpressionFactory
creates a newCollectionMemberExpression
when the portion of the query to parse starts with MEMBER, MEMBER OF, NOT MEMBER or NOT MEMBER OF. - CollectionMemberExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
-
Creates a new
CollectionMemberExpressionFactory
. - CollectionMemberExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
- CollectionMemberExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Creates a new
CollectionMemberExpressionStateObject
. - CollectionMemberExpressionStateObject(StateObject, StateObject, boolean, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Creates a new
CollectionMemberExpressionStateObject
. - CollectionMemberExpressionStateObject(StateObject, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Creates a new
CollectionMemberExpressionStateObject
. - collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- collectionPath(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates a new collection-valued path expression.
- CollectionProxy - Interface in org.eclipse.persistence.jpa.rs.util
-
JPARS 2.0 collection proxy interface.
- CollectionProxyClassWriter - Class in org.eclipse.persistence.internal.jpa.rs.weaving
-
Generates a subclass of given collection implementing CollectionProxy interface.
- CollectionProxyClassWriter(String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.weaving.CollectionProxyClassWriter
-
Creates a new CollectionProxyClassWriter for the given attribute of the given entity of given type.
- CollectionReferenceMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, DESCRIPTOR, FIELD, UNMARSHAL_RECORD, XML_FIELD, XML_RECORD> - collectionRemoveEventWithNoIndex(DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC: Attempt to call setListOrderField method on a mapping that doesn't support listOrderField.
- CollectionResult - Class in org.eclipse.persistence.internal.xr
-
INTERNAL: Sub-component of an
Operation
, indicates more than one return value from the database. - CollectionResult() - Constructor for class org.eclipse.persistence.internal.xr.CollectionResult
- collectionSeparatedByCommaValidator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- CollectionSeparatedByCommaValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionSeparatedByCommaValidator
- collectionSeparatedBySpaceValidator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- CollectionSeparatedBySpaceValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionSeparatedBySpaceValidator
- CollectionTable - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CollectionTable - Annotation Type in org.eclipse.persistence.annotations
-
Deprecated.
- CollectionTableImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
-
JPA scripting API implementation.
- CollectionTableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.CollectionTableImpl
- CollectionTableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
-
INTERNAL: Object to hold onto a collection table metadata in an EclipseLink database table.
- CollectionTableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
-
INTERNAL: Used for XML loading.
- CollectionTableMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
-
INTERNAL: Used for defaulting.
- CollectionTableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
-
INTERNAL: Used for annotation loading.
- CollectionTools - Class in org.eclipse.persistence.jpa.jpql.utility
-
This utility class provides utility methods related to collections, iterators and arrays.
- collectionType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Collection}.
- collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType
forCollection
. - collectionTypeIsValid(Class<?>) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
-
INTERNAL: Return whether the collection type is appropriate for the indirection policy.
- CollectionValue<T> - Class in org.eclipse.persistence.internal.jaxb.many
-
This abstract class is used to support JAXBContext creation with a List class.
- CollectionValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.CollectionValue
- CollectionValuedFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver
is responsible to resolve the type of a collection-valued field. - CollectionValuedFieldResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
-
Creates a new
CollectionValuedFieldResolver
. - CollectionValuedFieldResolver.MapManagedType - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
- CollectionValuedPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A
collection_valued_field
is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field. - CollectionValuedPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
Creates a new
CollectionValuedPathExpression
. - CollectionValuedPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
Creates a new
CollectionValuedPathExpression
. - CollectionValuedPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
Creates a new
CollectionValuedPathExpression
. - CollectionValuedPathExpression_NotCollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionValuedPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CollectionValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a collection-valued path expression.
- CollectionValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
-
Creates a new
CollectionValuedPathExpressionBNF
. - CollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
- CollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
Creates a new
CollectionValuedPathExpressionFactory
. - CollectionValuedPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A collection-valued field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.
- CollectionValuedPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Creates a new
CollectionValuedPathExpressionStateObject
. - CollectionValuedPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Creates a new
CollectionValuedPathExpressionStateObject
. - collectionValuedPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
This visitor is responsible to retrieve the visited
Expression
if it is aCollectionValuedPathExpression
. - CollectionValuedPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
-
Default constructor.
- CollectionWrapper<T> - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
-
Wrapper for collection used in JPARS 2.0.
- CollectionWrapper() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.CollectionWrapper
-
Default constructor.
- CollectionWrapperBuilder - Class in org.eclipse.persistence.jpa.rs.util
-
Helper class used to create proxies for collections.
- CollectionWrapperBuilder(PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.CollectionWrapperBuilder
-
Creates a new CollectionWrapperBuilder.
- CollectionWrapperMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
-
Makes the CollectionWrapper class available in our Dynamic JAXB context.
- CollectionWrapperMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.CollectionWrapperMetadataSource
-
Creates a new CollectionWrapperMetadataSource.
- collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Collects the identification variables that are defined in the
FROM
clause of the current query. - collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
- collectLocalDeclarationIdentificationVariables(JPQLQueryContext, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
- collectLocks(HashMap) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Add all locked CacheKeys to the map grouped by thread.
- collectLocks(HashMap) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
-
INTERNAL: Used to print all the Locks in every identity map in this session.
- collectLocks(HashMap) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Add all locked CacheKeys to the map grouped by thread.
- collectLocks(HashMap) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
-
NoIdentityMap has no locks.
- collectLocks(HashMap) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Add all locked CacheKeys to the map grouped by thread.
- collectNewObjects() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
This is done to maintain correspondence between local new objects and returned new objects from serialization.
- collectObjectForNewCollection(Map, Map, Object, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Iterate over the list of new objects and create change sets for them This method is overridden by subclasses to handle map keys
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
- collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectResultVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
-
Flag used to determine if the
IdentificationVariable
to visit is a result variable. - collectUnregisteredNewObjects() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
This is done to maintain correspondence between local unregistered new objects and returned unregistered new objects from serialization.
- COLON - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- COLON_CHAR - Static variable in class org.eclipse.persistence.internal.xr.Util
- COLON_W_SCHEMA_NIL_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
- COLON_W_SCHEMA_NIL_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.record.MarshalRecord
- column - Variable in class org.eclipse.persistence.queries.ColumnResult
-
Stores the Columns name from the result set
- column - Variable in class org.eclipse.persistence.queries.FieldResult
-
Stores the Columns name from the result set that contains the attribute value
- column - Variable in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- column() - Element in annotation type org.eclipse.persistence.annotations.SerializedObject
-
(Optional) The column that holds the serialized object.
- column() - Element in annotation type org.eclipse.persistence.annotations.WriteTransformer
-
Specify here the column into which the value should be written.
- Column - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- COLUMN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant 'COLUMN', which is an EclipseLink specific identifier that was added in version 2.4.
- COLUMN_RESULT_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- columnDeclaration(CompositeDatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- columnDeclarations(CompositeDatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- columnDefinition - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
- columnDefinition() - Element in annotation type org.eclipse.persistence.annotations.TenantDiscriminatorColumn
-
(Optional) The SQL fragment that is used when generating the DDL for the discriminator column.
- columnExists(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Determines whether the column with the given name exists or not in the table with the given name.
- ColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
-
JPA scripting API implementation.
- ColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
- ColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
-
INTERNAL: Object to process a JPA column into an EclipseLink database field.
- ColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
-
INTERNAL: Used for XML loading.
- ColumnMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
-
INTERNAL: Used for XML loading.
- ColumnMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
-
INTERNAL: Used for defaulting.
- ColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
-
INTERNAL: Used for annotation loading.
- columnNames() - Element in annotation type org.eclipse.persistence.annotations.CacheIndex
-
Specify the set of columns to define the index on.
- columnNames() - Element in annotation type org.eclipse.persistence.annotations.Index
-
Specify the set of columns to define the index on.
- columnNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible column names.
- columnNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- columnNames(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Returns the names of the given table's columns.
- ColumnResult - Class in org.eclipse.persistence.queries
-
Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification.
- ColumnResult - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- ColumnResult(String) - Constructor for class org.eclipse.persistence.queries.ColumnResult
- ColumnResult(DatabaseField) - Constructor for class org.eclipse.persistence.queries.ColumnResult
- ColumnResultImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
-
JPA scripting API implementation.
- ColumnResultImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.ColumnResultImpl
- ColumnResultMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
-
INTERNAL: Object to hold onto a column result metadata.
- ColumnResultMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
-
INTERNAL: Used for XML loading.
- ColumnResultMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
-
INTERNAL: Used for annotation loading.
- columnResultNotFound(DatabaseField) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- columnResults - Variable in class org.eclipse.persistence.queries.ConstructorResult
-
Stored the column results of this constructor result
- columns - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- columns() - Element in annotation type org.eclipse.persistence.annotations.PrimaryKey
-
(Optional) Used to specify the primary key columns directly.
- COLUMNSINFO_COLUMN_NAME - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- COLUMNSINFO_COLUMN_SIZE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- COLUMNSINFO_DATA_TYPE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- COLUMNSINFO_DECIMAL_DIGITS - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- COLUMNSINFO_NULLABLE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- COLUMNSINFO_ORDINAL_POSITION - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- COLUMNSINFO_TYPE_NAME - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- columnSpec() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- columnTypeSpec(CompositeDatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- comapreTo(JavaVersion) - Method in class org.eclipse.persistence.internal.helper.JavaVersion
-
Compares this
JavaVersion
object against another one. - COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for ','.
- COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
The constant for a comma: ','.
- COMMA - Static variable in class org.eclipse.persistence.tools.dbws.Util
- COMMA - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- COMMA_SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
The constant for a comma followed by a space: ', '.
- COMMA_SPACE_STR - Static variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- COMMA_SPACE_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- command - Variable in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
-
The command to send
- Command - Class in org.eclipse.persistence.sessions.coordination
-
Purpose: Provide an extendable framework class for a Command object that can be remotely executed.
- Command() - Constructor for class org.eclipse.persistence.sessions.coordination.Command
-
Default constructor.
- commandBytes - Variable in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
-
The command to send
- commandConverter - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Used for converting commands between EclipseLink Command and app command formats
- CommandConverter - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Define a pluggable conversion interface that can be supplied by the application
- CommandDataHelper - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
-
org/eclipse/persistence/internal/remotecommand/corba/sun/CommandDataHelper.java .
- CommandDataHelper() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
- CommandDataHolder - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
-
org/eclipse/persistence/internal/remotecommand/corba/sun/CommandDataHolder.java .
- CommandDataHolder() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
- CommandDataHolder(byte[]) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
- commandManager - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Used to connect this session to EclipseLink cluster for distributed command
- commandManager - Variable in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
This is the Synchronization policy used to synchronize remote caches
- CommandManager - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Provide an interface that clients can use to invoke remote commands on other EclipseLink instances, or on other applications that may want to receive and process EclipseLink commands.
- commandProcessor - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
-
Invoked to process a command when it is received from the cluster
- CommandProcessor - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Defines a pluggable interface for EclipseLink sessions and EclipseLink applications to be able to be on the receiving end of EclipseLink command objects.
- CommandPropagator - Class in org.eclipse.persistence.internal.sessions.coordination
-
Purpose: Synchronous and asynchronous propagation of remote commands
- CommandPropagator(RemoteCommandManager, Command, byte[]) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
-
Constructor used to create the main propagator
- CommandPropagator(RemoteCommandManager, Command, byte[], RemoteConnection) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
-
Constructor used to create the async propagator threads
- CommandsConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.rcm.command
-
INTERNAL:
- CommandsConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.rcm.command.CommandsConfig
- comment - Variable in class org.eclipse.persistence.internal.codegen.CodeDefinition
- comment(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
- comment(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JsonRecord.JsonRecordContentHandler
- comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord.JSONWriterRecordContentHandler
- comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.NodeRecord.NodeRecordContentHandler
- comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
- comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
- comment(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
- COMMENT_BLOCK - Static variable in interface org.eclipse.persistence.tools.oracleddl.parser.DDLParserConstants
-
RegularExpression Id.
- COMMENT_LINE - Static variable in interface org.eclipse.persistence.tools.oracleddl.parser.DDLParserConstants
-
RegularExpression Id.
- CommentEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
-
Purpose: Class to represent the comment event
- CommentEvent(char[], int, int) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CommentEvent
- commit() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQTransaction
-
Write each of the transactional DOM records back to their files.
- commit() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSTransaction
-
Write each of the transactional DOM records back to their files.
- commit() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileTransaction
-
Write each of the transactional DOM records back to their files.
- commit() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
-
Commit the current transaction, writing any un-flushed changes to the database.
- commit() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
-
Deprecated.
- commit() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
-
Deprecated.
- commit() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoTransaction
-
Commit the current transaction.
- commit() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLTransaction
-
Rollback.
- commit() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLTransaction
-
Rollback.
- commit() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Commit the unit of work to its parent.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IConditionalExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC: Commit the unit of work to its parent.
- commitAddMap - Variable in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
Contains the number of objects that must be inserted to once the value is removed in the database as a delete where value = "value" will remove all instances of that value in the database not just one.
- commitAfterWriteChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Commits a UnitOfWork where the commit process has already been initiated by all call to writeChanges().
- commitAllObjectsForClassWithChangeSet(UnitOfWorkChangeSet, Class<?>) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Commit all of the objects of the class type in the change set.
- commitAllObjectsWithChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Commit all of the objects as a single transaction.
- commitAndResume() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Commit the unit of work to its parent.
- commitAndResume() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC: Commit the unit of work to its parent.
- commitAndResumeAfterWriteChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Commits and resumes a UnitOfWork where the commit process has already been initiated by all call to writeChanges().
- commitAndResumeOnFailure() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Commit the unit of work to its parent.
- commitAndResumeOnFailure() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC: Commit the unit of work to its parent.
- commitAndResumeWithPreBuiltChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: This method is used by the MappingWorkbench for their read-only file feature this method must not be exposed to or used by customers until it has been revised and the feature revisited to support OptimisticLocking and Serialization
- commitChangedObjectsForClassWithChangeSet(UnitOfWorkChangeSet, Class<?>) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Commit changed of the objects of the class type in the change set.
- commitConnection() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
-
Deprecated.
- commitDepth - Variable in class org.eclipse.persistence.internal.sessions.CommitManager
-
Counter used to keep track of commit depth for non-UOW writes.
- commitExternalTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Attempts to commit the running internally started external transaction.
- commitInternallyStartedExternalTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PROTECTED: Used in commit and commit-like methods to commit internally started external transaction
- commitIntoRemoteUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
The remote unit of work returned after its commit on the server is merged with remote unit of work on the remote side.
- commitManager - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Resolves referential integrity on commits.
- CommitManager - Class in org.eclipse.persistence.internal.sessions
-
This class maintains a commit stack and resolves circular references.
- CommitManager(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.CommitManager
-
Create the commit manager on the session.
- commitNestedUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Commit the changes to any objects to the parent.
- commitNewObjectsForClassWithChangeSet(UnitOfWorkChangeSet, Class<?>) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Commit all of the objects of the class type in the change set.
- commitOrder - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
Order updates by id to avoid potential deadlocks.
- commitOrder - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Allow updates to be ordered by id to avoid possible deadlocks.
- commitOrder - Variable in class org.eclipse.persistence.internal.sessions.CommitManager
-
Order based on mapping foreign key constraints on how to insert objects by class.
- commitOrder - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
Allow updates and deletes to be ordered by id or changes to avoid possible deadlocks.
- CommitOrderCalculator - Class in org.eclipse.persistence.internal.sessions
-
This class calculates a commit order for a series of classes based on the dependencies between them.
- CommitOrderCalculator(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
- CommitOrderDependencyNode - Class in org.eclipse.persistence.internal.sessions
-
This wraps a descriptor with information required to compute an order for dependencies.
- CommitOrderDependencyNode(CommitOrderCalculator, ClassDescriptor, AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
- CommitOrderType - Class in org.eclipse.persistence.config
-
Commit order type persistence property values.
- CommitOrderType() - Constructor for class org.eclipse.persistence.config.CommitOrderType
- CommitPending - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- commitRootUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
Starts committing the remote unit of work.
- commitRootUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
INTERNAL: Commit the changes to any objects to the parent.
- commitRootUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Commit the changes to any objects to the parent.
- commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Commit remote unit of work
- commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL: Commit root unit of work from the client side to the server side.
- commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL: Commit root unit of work from the client side to the server side.
- commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL: Commit root unit of work from the client side to the server side.
- commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Remote unit of work after serialization is commited locally.
- commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Remote unit of work after serialization is committed locally.
- commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To commit remote unit of work on the server side.
- commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Remote unit of work after serialization is commited locally.
- commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To commit remote unit of work on the server side.
- commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Remote unit of work after serialization is committed locally.
- commitRootUnitOfWorkOnClient() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
Merges remote unit of work to parent remote session.
- commitRootUnitOfWorkWithPreBuiltChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: This method is used by the MappingWorkbench read-only files feature It will commit a pre-built unitofwork change set to the database
- commitState - Variable in class org.eclipse.persistence.internal.sessions.CommitManager
-
This tracks the commit state for the objects, PENDING, PRE, POST, COMPLETE.
- commitToDatabase(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: CommitChanges To The Database from a calculated changeSet
- commitToDatabaseWithChangeSet(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Commit the changes to any objects to the parent.
- commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkChangeSet, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Commit pre-built changeSet to the database changeSet to the database.
- commitTransaction() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
-
INTERNAL: No transactions should be used inside a HistoricalSession.
- commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Commit the active database transaction.
- commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Commit a transaction on the database.
- commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Commit a transaction on the database.
- commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
- commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
- commitTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC: Commit the active database transaction.
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL: Commit a transaction on the database.
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Commit a transaction on the database.
- commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
PUBLIC: Commit a transaction on the server.
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL: Commit a transaction on the database.
- commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Commit a transaction on the database.
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Commit a transaction on the database.
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL: Commit a transaction on the database.
- commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Commit a transaction on the database.
- commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Commit a transaction on the database.
- commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
- commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
- commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
- commitTransaction(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Used for jdbc drivers which do not support autocommit to explicitly commit a transaction This method is a no-op for databases which implement autocommit as expected.
- commitTransaction(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Commit a transaction on the data store.
- commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Commit a transaction on the database.
- commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Commit a transaction on the database.
- commitTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
-
INTERNAL: Commit a transaction externally.
- commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Commit the external transaction.
- commitTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Commit the external transaction.
- commitTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL: Commit the external transaction.
- commitTransactionAfterWriteChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: After writeChanges() everything has been done except for committing the transaction.
- CommitTransactionPending - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- commitWithoutPersistRules - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
- commitWithoutPersistRules - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- CommonAbstractCriteriaImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the CommonAbstractCriteria interface of the JPA criteria API.
- CommonAbstractCriteriaImpl(Metamodel, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
- commonj.sdo - package commonj.sdo
- commonj.sdo.helper - package commonj.sdo.helper
- commonj.sdo.impl - package commonj.sdo.impl
- CommunicationException - Exception Class in org.eclipse.persistence.exceptions
-
Purpose:This exception wraps all RMI or CORBA or IO exception that may occur.
- CommunicationException(String) - Constructor for exception class org.eclipse.persistence.exceptions.CommunicationException
- CommunicationException(String, Exception) - Constructor for exception class org.eclipse.persistence.exceptions.CommunicationException
-
PUBLIC: Creates a CommunicationException.
- CommunicationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
INTERNAL: English ResourceBundle for CommunicationException messages.
- CommunicationExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
-
Default constructor.
- communicationSocket - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
The multicast socket used for discovery
- comparatorClass - Variable in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
- comparatorClassName - Variable in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
- compare(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet.ObjectChangeSetComparator
-
Determine if the receiver is greater or less than the change set.
- compare(ClassDescriptor, ClassDescriptor) - Method in class org.eclipse.persistence.internal.helper.DescriptorCompare
- compare(Schema, Schema) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SchemaCompareByNamespace
- compare(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.JavaClassCompareByNamespace
- compare(IType, IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.NumericTypeComparator
- compare(DatabaseMapping, DatabaseMapping) - Method in class org.eclipse.persistence.internal.helper.MappingCompare
- compareArrays(Object[], Object[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
- compareAttributeValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Compare the attributes.
- compareBigDecimals(BigDecimal, BigDecimal) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Compare two BigDecimals.
- compareByteArrays(byte[], byte[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
- compareCharArrays(char[], char[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
- compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: This method is used to calculate the differences between two collections.
- compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: This method is used to calculate the differences between two collections.
- compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: This method is used to calculate the differences between two collections.
- compareCollectionsForChange(Object, Object, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This method is used to calculate the differences between two collections.
- compareCollectionsForChange(Object, Object, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
-
INTERNAL: This method is used to calculate the differences between two collections.
- compareContainers(Object, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Return true if keys are the same.
- compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Compare the non-null elements and return true if they are alike.
- compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Compare the non-null elements and return true if they are alike.
- compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Compare the non-null elements.
- compareElements(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Compare the non-null elements and return true if they are alike.
- compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
Convenience method.
- compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
-
Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
Convenience method.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Compare the changes between two collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
INTERNAL: Build and return the change record that results from comparing the two collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: This method is used to create a change record from comparing two aggregate collections
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Compare the changes between two aggregates.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: This method is used to create a change record from comparing two collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: This method compares the changes between two direct collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: This method compares the changes between two direct collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Return an ObjectReferenceChangeRecord describing the change, or null if no change.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
INTERNAL: Build and return the change record that results from comparing the two collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL: This method is used to create a change record from comparing two collections
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL: This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL: This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL: This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL: This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL: This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
- compareForChange(Object, Object, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: This method creates a records change set for a particular object.
- compareHashtables(Hashtable<?, ?>, Hashtable<?, ?>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
PUBLIC: Compare the elements in 2 hashtables to see if they are equal Added Nov 9, 2000 JED Patch 2.5.1.8
- compareKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return true if keys are the same in the source as the backup.
- compareKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Return true if keys are the same in the source as the backup.
- compareKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Return true if keys are the same in the source as the backup.
- compareLists(List, List) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
Compare two lists.
- compareLists(List, List, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareLists(List, List, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
Compare two lists.
- compareListsAndWrite(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Old and new lists are compared and only the changes are written to the database.
- compareListsAndWrite(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Old and new lists are compared and only the changes are written to the database.
- compareListsAndWrite_NonUpdatableListOrderField(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Old and new lists are compared and only the changes are written to the database.
- compareListsAndWrite_UpdatableListOrderField(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Old and new lists are compared and only the changes are written to the database.
- compareListsForChange(List, List, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: This method is used to calculate the differences between two Lists.
- compareMapCollectionForChange(Map, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Determine if an AggregateCollection that is contained as a map has changed by comparing the values in the clone to the values in the backup.
- compareObjects(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Return if the two object match completely.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Compares the two specified objects
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL: Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
- compareObjectsAndWrite(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: The memory objects are compared and only the changes are written to the database.
- compareObjectsDontMatch(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
TESTING: Return true if the object do not match.
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
Compare two objects if their parts are not private owned
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Compare two objects if their parts are not private owned
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Compare the references of the two objects are the same, not the objects themselves.
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL: Compare the references of the two objects are the same, not the objects themselves.
- compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
Compare two objects if their parts are private owned
- compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
Compare two objects if their parts are private owned
- compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Compare the references of the two objects are the same, and the objects themselves are the same.
- compareObjectValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Compare the attribute values.
- compareObjectValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
INTERNAL: Compare the attribute values.
- comparePotentialArrays(Object, Object) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Compare two potential arrays and return true if they are the same.
- compareTo(Object) - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
- compareTo(IndexedObject) - Method in class org.eclipse.persistence.internal.helper.IndexedObject
- compareTo(CacheId) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
-
Determine if the receiver is greater or less than the key.
- compareTo(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
Determine if the receiver is greater or less than the change set.
- compareTo(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
- compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
- compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
- compareTo(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
- compareVersions(String, String) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
INTERNAL: Compares two version in num.num.num.num.num*** format.
- compareVersions(List<Integer>, List<Integer>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
INTERNAL: Compares two lists of Integers -1, 0, 1 means the first list is less than, equal, greater than the second list.
- compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL: This method shouldn't be called if supportsWriteLockValuesComparison() returns false.
- compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
-
INTERNAL: This method compares two writeLockValues.
- compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL: This method compares two writeLockValues.
- compareWriteLockValues(Object, Object) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
-
INTERNAL: This method shouldn't be called if supportsWriteLockValuesComparison() returns false.
- ComparingEntityTypeLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
-
Default constructor.
- comparison(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- comparison(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- COMPARISON - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Determines whether the comparison operators (<, <=, <>, >=, =) can be appended as valid proposals.
- ComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Only the values of like types are permitted to be compared.
- ComparisonExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Creates a new
ComparisonExpression
. - ComparisonExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ComparisonExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ComparisonExpression_IdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ComparisonExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ComparisonExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ComparisonExpression_WrongComparisonType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a comparison expression.
- ComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
-
Creates a new
ComparisonExpressionBNF
. - ComparisonExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ComparisonExpressionFactory
creates a newComparisonExpression
when the portion of the query to parse starts with <, >, <>, <=, >= or =. - ComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
-
Creates a new
ComparisonExpressionFactory
. - ComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Only the values of like types are permitted to be compared.
- ComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Creates a new
ComparisonExpressionStateObject
. - ComparisonExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Creates a new
ComparisonExpressionStateObject
. - ComparisonExpressionStateObject(StateObject, StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Creates a new
ComparisonExpressionStateObject
. - comparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- ComparisonExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.ComparisonExpressionVisitor
-
Default constructor.
- ComparisonOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- COMPARTMENT - Static variable in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLConnectionSpec
-
Compartment is an OCID.
- COMPAT_SHORT_PREFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
- COMPAT_SUFFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
- COMPATIBLE_TYPE_NOT_SET - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- compatibleType - Variable in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- compatibleType() - Element in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord
-
(Required) The name of the database OBJECT TYPE that mirrors the record's structure.
- compatibleType() - Element in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable
-
(Required) The name of the database VARRAY type that mirrors the table's structure.
- compatibleTypeNotSet(DatabaseType) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- compile(CharSequence) - Method in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
- compiler - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
- CompilerHelper - Class in org.eclipse.persistence.jaxb.compiler
-
Helper class for code that needs to be shared between AnnotationsProcessor, MappingsGenerator, SchemaGenerator
- CompilerHelper() - Constructor for class org.eclipse.persistence.jaxb.compiler.CompilerHelper
- COMPLEMENT - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
-
Indicates the identifier is used to complement an expression, it is not required for creating an expression.
- complete - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Determines whether an
Expression
that was visited is complete or if some part is missing. - COMPLETE - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Determines whether the visited
Expression
is grammatically complete by making sure its ending is valid. - COMPLETE - Static variable in class org.eclipse.persistence.internal.sessions.CommitManager
-
The commit is complete for the object.
- completeExpression(Expression, Object, Class<?>) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL: This method is used to determine which operation to use for comparison (equal, or a special operation).
- completeExpressionForNull(Expression) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
INTERNAL: This method is used when the attribute value is null, but it has to be included at all times.
- COMPLEX_TYPE - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
- ComplexContent - Class in org.eclipse.persistence.internal.oxm.schema.model
- ComplexContent() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.ComplexContent
- ComplexDatabaseType - Class in org.eclipse.persistence.internal.helper
-
PUBLIC: Abstract class for Complex Database types (e.g.
- ComplexDatabaseType() - Constructor for class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- ComplexPLSQLTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
-
INTERNAL: a helper class that holds DatabaseType's.
- ComplexPLSQLTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ComplexPLSQLTypeWrapper
- ComplexPLSQLTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.ComplexPLSQLTypeWrapper
- ComplexQueryResult - Class in org.eclipse.persistence.queries
-
Purpose: Used to return multiple sets of information from a query.
- ComplexQueryResult() - Constructor for class org.eclipse.persistence.queries.ComplexQueryResult
- ComplexType - Class in org.eclipse.persistence.internal.oxm.schema.model
-
A Value Object class representing XML Schema's complexType.
- ComplexType() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
- ComplexTypeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
-
INTERNAL: Object to hold onto complex type meta-data, including PL/SQL records and collections, as well as advanced Oracle JDBC types.
- ComplexTypeMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
-
INTERNAL: Used for XML loading.
- ComplexTypeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
-
INTERNAL: Used for annotation loading.
- complexTypeName - Variable in class org.eclipse.persistence.internal.xr.ProcedureArgument
- complextypes - Variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- componentClass() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalManyValue
- COMPOSITE - Static variable in interface org.eclipse.persistence.internal.eis.cobol.FieldMetaData
- COMPOSITE_INCOMPATIBLE_WITH_SESSIONS_XML - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- COMPOSITE_MEMBER_CANNOT_BE_USED_STANDALONE - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- COMPOSITE_MEMBER_FINAL - Enum constant in enum org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
- COMPOSITE_MEMBER_INITIAL - Enum constant in enum org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
- COMPOSITE_MEMBER_MIDDLE - Enum constant in enum org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
- COMPOSITE_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
- COMPOSITE_TYPE_DESCRIPTION - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
Must override in subclass
- COMPOSITE_TYPE_TYPENAME - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
Must override in subclass
- COMPOSITE_UNIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.composite-unit
" property indicates if it's a composite persistence unit ("true
"). - COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.composite-unit.member
" property indicates if the persistence unit must be a member of a composite persistence unit ("true
"), can't be used as an independent persistence unit. - COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.composite-unit.member"
- COMPOSITE_UNIT_PROPERTIES - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
The property may be passed to createEntityManager method of a composite persistence unit to pass properties to member persistence units.
- COMPOSITE_UNIT_PROPERTIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.composite-unit.properties
" property may be passed to createEntityManagerFactory method of a composite persistence unit to pass properties to member persistence units. - CompositeCollectionMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, SESSION, UNMARSHAL_KEEP_AS_ELEMENT_POLICY, UNMARSHALLER, XML_RECORD> - CompositeCollectionMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
- CompositeCollectionMappingContentHandler(UnmarshalRecord, XMLCompositeCollectionMappingNodeValue, CompositeCollectionMapping, Attributes, XPathFragment, Descriptor) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CompositeCollectionMappingContentHandler
- CompositeDatabaseType - Interface in org.eclipse.persistence.tools.oracleddl.metadata
- CompositeDatabaseTypeBase - Class in org.eclipse.persistence.tools.oracleddl.metadata
- CompositeDatabaseTypeBase(String) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.CompositeDatabaseTypeBase
- CompositeDatabaseTypeWithEnclosedType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- CompositeDatabaseTypeWithEnclosedType(String) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.CompositeDatabaseTypeWithEnclosedType
- compositeEmSetupImpl - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- CompositeFieldMetaData - Class in org.eclipse.persistence.internal.eis.cobol
-
Purpose: This class represents metadata for composite fields.
- CompositeFieldMetaData() - Constructor for class org.eclipse.persistence.internal.eis.cobol.CompositeFieldMetaData
- CompositeFieldMetaData(String, String) - Constructor for class org.eclipse.persistence.internal.eis.cobol.CompositeFieldMetaData
- CompositeFieldMetaData(String, RecordMetaData) - Constructor for class org.eclipse.persistence.internal.eis.cobol.CompositeFieldMetaData
- CompositeFieldMetaData(String, RecordMetaData, Vector<FieldMetaData>) - Constructor for class org.eclipse.persistence.internal.eis.cobol.CompositeFieldMetaData
- compositeIdentifiersAfter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Returns the list of identifiers for the clauses following the given identifier.
- compositeIdentifiersAfter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor
- compositeIncompatibleWithSessionsXml(String) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
-
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
- CompositeMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
- CompositeMappingContentHandler(UnmarshalRecord, Mapping, Attributes, AbstractNullPolicy, XPathFragment, Descriptor) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
- CompositeMember - Annotation Type in org.eclipse.persistence.annotations
-
A CompositeMember annotation is ignored unless is in composite member persistence unit.
- compositeMemberCannotBeUsedStandalone(String) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
-
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
- compositeMemberEmSetupImpls - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- CompositeObject - Interface in org.eclipse.persistence.internal.eis.cobol
-
Purpose: This interface defines api for composite fields/records.
- CompositeObjectMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, SESSION, UNMARSHAL_KEEP_AS_ELEMENT_POLICY, UNMARSHALLER, XML_RECORD> - CompositeObjectMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
-
INTERNAL:
- CompositeObjectMappingContentHandler(UnmarshalRecord, XMLCompositeObjectMappingNodeValue, CompositeObjectMapping, Attributes, XPathFragment, Descriptor) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CompositeObjectMappingContentHandler
- compositeObjectMarshal(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
INTERNAL: When using the DOM Platform, this method is responsible for marshalling null values for the XML Composite Object Mapping.
- compositeObjectMarshal(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
INTERNAL
- compositeObjectMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
INTERNAL: When using the SAX Platform, this method is responsible for marshalling null values for the XML Composite Object Mapping.
- compositeObjectMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
INTERNAL
- COMPOUND_FUNCTION - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
-
Indicates the identifier is a kind of function, it does not return a value but it is used to perform some operation over an expression.
- COMPOUND_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
- COMPOUNDABLE - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Determines whether the compound identifiers (eg:
IS NULL
) can be appended as valid proposals. - CompoundExpression - Class in org.eclipse.persistence.internal.expressions
-
Abstract class for expression that have exactly two children, such as and/or and relations.
- CompoundExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A compound expression has a left and right expressions combined by an identifier.
- CompoundExpression() - Constructor for class org.eclipse.persistence.internal.expressions.CompoundExpression
- CompoundExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Creates a new
CompoundExpression
. - CompoundExpressionImpl - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the Predicate interface of the JPA criteria API.
- CompoundExpressionImpl(Metamodel, Expression, List<Expression<?>>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
- CompoundExpressionImpl(Metamodel, Expression, List<Expression<?>>, String) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
- CompoundExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A compound
StateObject
has a left and right expressions combined by an identifier. - CompoundExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Creates a new
CompoundExpressionStateObject
. - CompoundExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Creates a new
ArithmeticExpressionStateObject
. - CompoundExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Creates a new
ArithmeticExpressionStateObject
. - CompoundFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
-
This filter provides a simple framework for combining the behavior of a pair of filters.
- CompoundFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Creates a new
CompoundFilter
that will "accept" any object that is accept by both of the specified wrapped filters. - CompoundSelectionImpl - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the Selection interface of the JPA criteria API.
- CompoundSelectionImpl(Class<?>, Selection[]) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
- CompoundSelectionImpl(Class<?>, Selection[], boolean) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
- ComputableTask<A,
V> - Interface in org.eclipse.persistence.internal.cache -
Computable task.
- compute(A) - Method in interface org.eclipse.persistence.internal.cache.ComputableTask
- compute(A) - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
- compute(ComputableTask<A, V>, A) - Method in class org.eclipse.persistence.internal.cache.AdvancedProcessor
- compute(ComputableTask<A, V>, A) - Method in interface org.eclipse.persistence.internal.cache.LowLevelProcessor
-
Waits if necessary for the computation to complete, and then retrieves its result.
- compute(ComputableTask<A, V>, A) - Method in class org.eclipse.persistence.internal.cache.Memoizer
- compute(ComputableTask<A, V>, A) - Method in interface org.eclipse.persistence.internal.cache.Processor
-
Waits if necessary for the computation to complete, and then retrieves its result.
- COMPUTE_FRAMES - Static variable in class org.eclipse.persistence.asm.ClassWriter
- COMPUTE_FRAMES - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
A flag to automatically compute the stack map frames of methods from scratch.
- COMPUTE_MAXS - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
A flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
- computeActualType(Object, TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
- computeAndSetItemOffset(ReportQuery, List<ReportItem>, int) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
-
calculate indexes for given items, given the current Offset
- computeBatchReadAttributes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Compute the cache batched attributes.
- computeBatchReadMappingQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Used to optimize joining by pre-computing the nested join queries for the mappings.
- computeDescriptorMethodNames() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
This figures out the best name for each descriptor, first using the local class name then the qualified one for duplicates.
- computeDistinct() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: This is used by cursored stream to determine if an expression used distinct as the size must account for this.
- computeHash(Object[]) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
-
Pre-compute the hash to optimize hash calls.
- computeHashCode() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.TableExpression
-
INTERNAL: Compute a consistent hash-code for the expression.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
- computeIndexesForJoinedExpressions(List, int, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
This method is used when computing the indexes for joined mappings.
- computeInIndex(PLSQLargument, int) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Return the parameter index for the IN parameter.
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- computeJoiningMappingIndexes(boolean, AbstractSession, int) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
For joining the resulting rows include the field/values for many objects.
- computeJoiningMappingQueries(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Used to optimize joining by pre-computing the nested join queries for the mappings.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.H2Platform
-
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
-
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
- computeNestedQueriesForBatchReadExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: This method is used when computing the nested queries for batch read mappings.
- computeNestedQueriesForJoinedExpressions(List, AbstractSession, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
This method is used when computing the nested queries for joined mappings.
- computeOutIndex(PLSQLargument, int) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
-
INTERNAL: Return the parameter index for the OUT parameter.
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- computePURootURL(URL, String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
-
Determine the URL path to the persistence unit
- computeSHAdigest(byte[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Returns the SHA-1 message digest of the given value.
- computeSVUID() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Computes and returns the value of SVUID.
- computeTables() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: Computes all aliases which will appear in the FROM clause.
- computeTablesFromTables() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
If there is no where clause, alias the tables from the tables list directly.
- concat() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- concat(Expression<String>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
String concatenation operation.
- concat(Expression<String>, String) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
String concatenation operation.
- concat(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the concatenation of the two string values.
- concat(String, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
String concatenation operation.
- concat(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- concat(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
CONCAT(string_primary, string_primary {, string_primary}*)
. - concat(T, T, T[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- concat(T, T, T[]) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
CONCAT(string_primary, string_primary {, string_primary}*)
. - Concat - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- CONCAT - Static variable in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- CONCAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CONCAT'.
- concatenateContainers(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Build a new container, add the contents of each of the specified containers to it, and return it.
- concatenateContainers(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Build a new container, add the contents of each of the specified containers to it, and return it.
- concatenateMaps(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Merge the two Maps into a new HashMap.
- concatenateUniqueLists(List<? extends E>, List<? extends E>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return a new List with no duplicated values.
- concatenateUniqueVectors(Vector<? extends E>, Vector<? extends E>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return a new vector with no duplicated values.
- concatenateVectors(Vector<? extends E>, Vector<? extends E>) - Static method in class org.eclipse.persistence.internal.helper.Helper
- ConcatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The CONCAT function returns a string that is a concatenation of its arguments.
- ConcatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Creates a new
ConcatExpression
. - ConcatExpression_Expression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConcatExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConcatExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConcatExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConcatExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConcatExpressionCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
- ConcatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ConcatExpressionFactory
creates a newConcatExpression
when the portion of the query to parse starts with CONCAT. - ConcatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
-
Creates a new
ConcatExpressionFactory
. - concatExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- ConcatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The
CONCAT
function returns a string that is a concatenation of its arguments. - ConcatExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Creates a new
ConcatExpressionStateObject
. - ConcatExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Creates a new
ConcatExpressionStateObject
. - ConcatExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Creates a new
ConcatExpressionStateObject
. - ConcatNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- ConcatNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ConcatNode
-
ConcatNode constructor comment.
- concatOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: The concat operator is of the form ....
- concatOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
DB2 z/OS requires that at least one argument be a known type
- concatOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Derby requires that at least one argument be a known type
- concreteSubclassCalls - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow concrete subclasses calls to be prepared and cached for inheritance queries.
- ConcreteSubclassFactory - Class in org.eclipse.persistence.jpa.rs.util
-
Factory class to create concrete subclasses of abstract classes.
- ConcreteSubclassFactory(Class) - Constructor for class org.eclipse.persistence.jpa.rs.util.ConcreteSubclassFactory
-
Instantiates a new concrete subclass factory.
- concreteSubclassJoinedMappingIndexes - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow concrete subclasses joined mapping indexes to be prepared and cached for inheritance queries.
- concreteSubclassQueries - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow concrete subclasses queries to be prepared and cached for inheritance queries.
- CONCUR_READ_ONLY - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
JDBC 2.0 The concurrency mode for a ResultSet object that may NOT be updated.
- CONCUR_UPDATABLE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
-
JDBC 2.0 The concurrency mode for a ResultSet object that may be updated.
- CONCURRENCY_MANAGER_ACQUIRE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
- CONCURRENCY_MANAGER_ACQUIRE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
- CONCURRENCY_MANAGER_ALLOW_CONCURRENCY_EXCEPTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control (enable/disable) if
ConcurrencyException
fired when dead-lock diagnostic is enabled. - CONCURRENCY_MANAGER_ALLOW_CONCURRENCY_EXCEPTION - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control (enable/disable) if
ConcurrencyException
fired when dead-lock diagnostic is enabled. - CONCURRENCY_MANAGER_ALLOW_INTERRUPTED_EXCEPTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control (enable/disable) if
InterruptedException
fired when dead-lock diagnostic is enabled. - CONCURRENCY_MANAGER_ALLOW_INTERRUPTED_EXCEPTION - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control (enable/disable) if
InterruptedException
fired when dead-lock diagnostic is enabled. - CONCURRENCY_MANAGER_ALLOW_STACK_TRACE_READ_LOCK - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control (enable/disable) collection debug/trace information during ReadLock acquisition, when dead-lock diagnostic is enabled.
- CONCURRENCY_MANAGER_ALLOW_STACK_TRACE_READ_LOCK - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control (enable/disable) collection debug/trace information during ReadLock acquisition, when dead-lock diagnostic is enabled.
- CONCURRENCY_MANAGER_BUILD_OBJECT_COMPLETE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
- CONCURRENCY_MANAGER_BUILD_OBJECT_COMPLETE_WAIT_TIME - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
- CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_MASSIVE_MESSAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
- CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_MASSIVE_MESSAGE - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
- CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_TINY_MESSAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
- CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_TINY_MESSAGE - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager and org.eclipse.persistence.internal.helper.ConcurrencyUtil.
- CONCURRENCY_MANAGER_MAX_SLEEP_TIME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
- CONCURRENCY_MANAGER_MAX_SLEEP_TIME - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property in milliseconds can control thread management in org.eclipse.persistence.internal.helper.ConcurrencyManager.
- CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control number of threads in semaphore in
ObjectBuilder
If "eclipselink.concurrency.manager.object.building.semaphore" property istrue
default value is 10. - CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control number of threads in semaphore in
ObjectBuilder
If "eclipselink.concurrency.manager.object.building.semaphore" property istrue
default value is 10. - CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control (enable/disable) semaphore in
ObjectBuilder
- CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control (enable/disable) semaphore in
ObjectBuilder
- CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control (enable/disable) semaphore in
WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet)
- CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control (enable/disable) semaphore in
WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet)
- CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control number of threads in semaphore in
WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet)
If "eclipselink.concurrency.manager.write.lock.manager.semaphore" property istrue
default value is 2. - CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control number of threads in semaphore in
WriteLockManager.acquireRequiredLocks(org.eclipse.persistence.internal.sessions.MergeManager, org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet)
If "eclipselink.concurrency.manager.write.lock.manager.semaphore" property istrue
default value is 2. - CONCURRENCY_SEMAPHORE_LOG_TIMEOUT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control timeout between log messages in
ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean)
when method/thread tries to get permit for the execution. - CONCURRENCY_SEMAPHORE_LOG_TIMEOUT - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control timeout between log messages in
ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean)
when method/thread tries to get permit for the execution. - CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
This property control semaphore the maximum time to wait for a permit in
ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean)
It's passed toSemaphore.tryAcquire(long, TimeUnit)
Default value is 2000 (unit is ms). - CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control semaphore the maximum time to wait for a permit in
ConcurrencySemaphore.acquireSemaphoreIfAppropriate(boolean)
It's passed toSemaphore.tryAcquire(long, TimeUnit)
Default value is 2000 (unit is ms). - ConcurrencyException - Exception Class in org.eclipse.persistence.exceptions
-
Purpose: Concurrency deadlock or interupts will raise this exception.
- ConcurrencyException(String) - Constructor for exception class org.eclipse.persistence.exceptions.ConcurrencyException
-
INTERNAL: TopLink exceptions should only be thrown by TopLink.
- ConcurrencyException(String, Exception) - Constructor for exception class org.eclipse.persistence.exceptions.ConcurrencyException
-
INTERNAL: TopLink exceptions should only be thrown by TopLink.
- ConcurrencyExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
INTERNAL: English ResourceBundle for ConcurrencyException messages.
- ConcurrencyExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
-
Default constructor.
- ConcurrencyManager - Class in org.eclipse.persistence.internal.helper
-
INTERNAL:
- ConcurrencyManager() - Constructor for class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
Initialize the newly allocated instance of this class.
- ConcurrencyManagerState - Class in org.eclipse.persistence.internal.helper.type
- ConcurrencyManagerState(Map<Thread, ReadLockManager>, Map<Thread, DeferredLockManager>, Map<Thread, Set<ConcurrencyManager>>, Map<Thread, String>, Map<Thread, ConcurrencyManager>, Map<Thread, String>, Set<Thread>, Map<Thread, String>, Map<ConcurrencyManager, CacheKeyToThreadRelationships>, Map<Thread, Set<Object>>) - Constructor for class org.eclipse.persistence.internal.helper.type.ConcurrencyManagerState
-
Create a new ConcurrencyManagerState.
- ConcurrencySemaphore - Class in org.eclipse.persistence.internal.helper
- ConcurrencySemaphore(ThreadLocal<Boolean>, int, Semaphore, Object, String) - Constructor for class org.eclipse.persistence.internal.helper.ConcurrencySemaphore
-
Constructor to create
ConcurrencySemaphore
- ConcurrencyUtil - Class in org.eclipse.persistence.internal.helper
- CONCURRENT_READ_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Reads and unit of work merges can occur concurrently.
- ConcurrentFixedCache - Class in org.eclipse.persistence.internal.helper
-
Provide a concurrent fixed size caching mechanism.
- ConcurrentFixedCache() - Constructor for class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
-
Create a new concurrent cache, with a fixed size of 100.
- ConcurrentFixedCache(int) - Constructor for class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
-
Create a new concurrent cache, with the max size.
- CONDITIONAL_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Notifies the conditional expression property has changed.
- ConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
- conditionalExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
Internal flag indicating the
Expression
being visited is a conditional expression. - ConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional expression.
- ConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
-
Creates a new
ConditionalExpressionBNF
. - ConditionalFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional factor expression.
- ConditionalFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
-
Creates a new
ConditionalFactorBNF
. - ConditionalPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional primary expression.
- ConditionalPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
-
Creates a new
ConditionalPrimaryBNF
. - ConditionalTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional term expression.
- ConditionalTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
-
Creates a new
ConditionalTermBNF
. - config(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
- config(String) - Method in interface org.eclipse.persistence.logging.SessionLog
-
PUBLIC: This method is called when a config level message needs to be logged.
- config(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC:
- CONFIG - Enum constant in enum org.eclipse.persistence.logging.LogLevel
-
Configuration information logging level.
- CONFIG - Static variable in interface org.eclipse.persistence.logging.SessionLog
- CONFIG - Static variable in class org.eclipse.persistence.tools.dbws.XRPackager
- CONFIG_FACTORY_NAME_PROPERTY_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFIG_FACTORY_NAME_PROPERTY_NOT_SPECIFIED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFIG_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
- CONFIG_METHOD_NOT_DEFINED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFIG_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Represents prefix to logged config
- configFactoryNamePropertyNotFound(String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- configFactoryNamePropertyNotSpecified(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- configMethodNotDefined(String, String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFIGURATION_ERROR_CLASS_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- configurationErrorClassNotFound(String) - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
- configurationErrorNewInstanceIllegalAccessException(IllegalAccessException, Class<?>) - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
- configurationErrorNewInstanceInstantiationException(InstantiationException, Class<?>) - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
- configure(ClassDescriptor, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Initialize a new or existing descriptor configuring the necessary policies as well as
- configure(ClassDescriptor, String...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicTypeBuilder
- configureConnectionSpec(ConnectionFactory) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC: Configure the login to connect through a non-managed connection factory and the default getConnection().
- configureConnectionSpec(ConnectionFactory, ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC: Configure the login to connect through a non-managed connection factory and adapter connection spec.
- configureConnectionSpec(String) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC: Configure the login to connect through a JDNI managed connection factory and the default getConnection().
- configureConnectionSpec(String, ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
-
PUBLIC: Configure the login to connect through a JDNI managed connection factory and adapter connection spec.
- configureDatabaseCall(DatabaseCall) - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
-
Set the call level query options into the call.
- configureDatabaseCall(DatabaseCall) - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
- configureNestedRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
- configureProfiler(Session) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
-
INTERNAL: configureProfiler(): set default performance profiler used in this server.
- configureSequencing(String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Configure default sequencing.
- configureSequencing(Sequence, String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Configure sequencing specifying the sequence type to use.
- CONFLICTING_ANNOTATIONS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTING_NAMED_ANNOTATIONS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTING_NAMED_XML_ELEMENTS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTING_SEQUENCE_AND_TABLE_GENERATORS_SPECIFIED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTING_SEQUENCE_NAME_AND_TABLE_PK_COLUMN_VALUE_SPECIFIED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTING_XML_ELEMENTS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingAccessMethodsForEmbeddable(String, String, Object, String, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingAccessTypeForEmbeddable(String, String, String, String, String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingAnnotations(Object, Object, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingNamedAnnotations(String, Object, Object, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingNamedXMLElements(String, String, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingSequenceAndTableGeneratorsSpecified(String, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingSequenceNameAndTablePkColumnValueSpecified(String, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- conflictingXMLElements(String, Object, Object, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTNG_ACCESS_METHODS_FOR_EMBEDDABLE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONFLICTNG_ACCESS_TYPE_FOR_EMBEDDABLE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- Conform - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
-
If conforming encounters an uninstantiated indirection/lazy object it is assumed to conform.
- conformAllDescriptors() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Set all this project's descriptors to conform all read queries within the context of the unit of work.
- conformBetween(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Compare between in memory.
- conformIndividualResult(Object, UnitOfWorkImpl, AbstractRecord, Expression, Map) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Conforms and registers an individual result.
- conformLike(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Compare like in memory.
- conformLike(Object, Object) - Static method in class org.eclipse.persistence.internal.helper.JavaPlatform
-
INTERNAL: An implementation of in memory queries with Like which uses the regular expression framework.
- conformRegexp(Object, Object) - Static method in class org.eclipse.persistence.internal.helper.JavaPlatform
-
INTERNAL: An implementation of in memory queries with Regexp which uses the regular expression framework.
- conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
INTERNAL: Conform the result if specified.
- conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL: Conform the result in the UnitOfWork.
- conformResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC: The cache will checked completely, if the object is not found the database will be queried, and the database result will be verified with what is in the cache and/or unit of work including new objects.
- ConformResultsInUnitOfWork - Static variable in class org.eclipse.persistence.config.CacheUsage
-
Configure the query results to be conformed with the current persistence context.
- ConformResultsInUnitOfWork - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- conjunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a conjunction (with zero conjuncts).
- conn - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- connect() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
INTERNAL: Connect the session only.
- connect() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL: Connect not required.
- connect() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL: Startup the server session, also startup all of the connection pools.
- connect(Properties, Session) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
INTERNAL: Required for interface, but never used, for JDBC.
- connect(Properties, Session) - Method in class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
-
INTERNAL: In case "proxytype" property is specified connects using proxy connection, otherwise calls its superclass.
- connect(Properties, Session) - Method in interface org.eclipse.persistence.sessions.Connector
-
INTERNAL: Connect with the specified properties and return the
Connection
. - connect(Properties, Session) - Method in class org.eclipse.persistence.sessions.DefaultConnector
-
INTERNAL: Connect with the specified properties and session.
- connect(Properties, Session) - Method in class org.eclipse.persistence.sessions.JNDIConnector
-
INTERNAL: Connect with the specified properties and return the Connection.
- connect(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: Connect the session only (this must be the write connection as the read is shared).
- connect(Login, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Connect to the data store using the configuration information in the login.
- connect(Login, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Connect to the datasource.
- CONNECT - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- CONNECT_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CONNECT BY'.
- connectBackToRemote(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
INTERNAL: Prepare receiving messages by registering this connection as a listener to the Subscriber.
- connectBackToRemote(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL: This method is called by the remote command manager when this service should connect back ('handshake') to the service from which this remote connection came.
- ConnectByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The CONNECT BY clause allows selecting rows in a hierarchical order using the hierarchical query clause.
- ConnectByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Creates a new
ConnectByClause
. - ConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a
CONNECT BY
clause. - ConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
-
Creates a new
ConnectByClauseBNF
. - ConnectByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ConnectByClauseFactory
creates a newConnectByClause
when the portion of the query to parse starts with CONNECT BY. - ConnectByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
-
Creates a new
ConnectByClauseFactory
. - connectByExpression - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
- connectByExpression - Variable in class org.eclipse.persistence.queries.ReadAllQuery
- connectedTime - Variable in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
INTERNAL: connectedTime indicates the exact time this session was logged in.
- connectInternal(Login, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Connect to the database.
- connectInternal(Login, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Connect to the database.
- connectInternal(Login, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
By default the SDK does not have a connection, so use an object as a placeholder.
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionMetaData
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQInteraction
-
Store the connection the interaction was created from.
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQTransaction
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnection
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionMetaData
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteraction
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSTransaction
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteraction
-
Store the connection the interaction was created from.
- connection - Variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileTransaction
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseConnectionMetaData
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseInteraction
-
Store the connection the interaction was created from.
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoInteraction
-
Store the connection the interaction was created from.
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoTransaction
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLConnectionMetaData
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteraction
-
Store the connection the interaction was created from.
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLTransaction
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLConnectionMetaData
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLInteraction
-
Store the connection the interaction was created from.
- connection - Variable in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLTransaction
- connection - Variable in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
-
Connection to send to
- connection - Variable in class org.eclipse.persistence.logging.SessionLogEntry
- CONNECTION - Enum constant in enum org.eclipse.persistence.logging.LogCategory
- CONNECTION - Static variable in interface org.eclipse.persistence.logging.SessionLog
- CONNECTION_FACTORY - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
- CONNECTION_FACTORY_URL - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
- CONNECTION_POLICY - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
-
ConnectionPolicy Allows to specify an entire ConnectionPolicy.
- CONNECTION_POOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Allow configuring a "
eclipselink.connection-pool.
" properties. - CONNECTION_POOL_FAILOVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
failover
" property.
This can be append to a connection pool property, i.e. - CONNECTION_POOL_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
initial
" property.
This can be append to any connection pool property, i.e. - CONNECTION_POOL_INTERNALLY_POOL_DATASOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Tell EclipseLink to use it's internal connection pool to pool connections from a datasource.
- CONNECTION_POOL_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
jtaDataSource
" property.
This can be append to a connection pool property, i.e. - CONNECTION_POOL_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
max
" property.
This can be append to any connection pool property, i.e. - CONNECTION_POOL_MAX_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- CONNECTION_POOL_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
min
" property.
This can be append to any connection pool property, i.e. - CONNECTION_POOL_MIN_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- CONNECTION_POOL_NON_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
nonJtaDataSource
" property.
This can be append to a connection pool property, i.e. - CONNECTION_POOL_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
password
" property.
This can be append to a connection pool property, i.e. - CONNECTION_POOL_READ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Allow configuring the "
eclipselink.connection-pool.read.
" properties. - CONNECTION_POOL_SEQUENCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Allow configuring the "
eclipselink.connection-pool.sequence.
" properties. - CONNECTION_POOL_SHARED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
shared
" property.
This can be append to the read connection pool, i.e. - CONNECTION_POOL_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
url
" property.
This can be append to a connection pool property, i.e. - CONNECTION_POOL_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
user
" property.
This can be append to a connection pool property, i.e. - CONNECTION_POOL_WAIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
wait
" property.
This can be append to any connection pool property, i.e. - CONNECTION_STRING - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
-
Connection string
- ConnectionCustomizer - Class in org.eclipse.persistence.internal.databaseaccess
-
PUBLIC: The base class for connection customization.
- ConnectionCustomizer(Accessor, Session) - Constructor for class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
-
INTERNAL: Constructor accepts the accessor to which the customizer will be applied and the session that used for customization.
- connectionFactory - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
- connectionFactory - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
- connectionFactoryName - Variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
- connectionFactoryURL - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionSpec
- connectionHealthValidatedOnError - Variable in class org.eclipse.persistence.sessions.DatabaseLogin
-
On an SQL Exception EclipseLink will ping the database to determine if the connection used can continue to be used for queries.
- ConnectionInUse - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- ConnectionManagement - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- ConnectionNounType - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- ConnectionPing - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- connectionPolicies - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
In case of composite persistence unit this map is used instead of connectionPolicy attribute.
- connectionPolicy - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Connection policy used to create ClientSession, allows using a different pool/connection/exclusive connections.
- connectionPolicy - Variable in class org.eclipse.persistence.sessions.server.ClientSession
- ConnectionPolicy - Class in org.eclipse.persistence.sessions.server
-
Purpose: Used to specify how a client session's should be allocated.
- ConnectionPolicy() - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
- ConnectionPolicy(String) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
- ConnectionPolicy(Login) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
-
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
- ConnectionPolicy.ExclusiveMode - Enum in org.eclipse.persistence.sessions.server
-
Default value Transactional causes creation of ClientSession, the other two values - ExclusiveIsolatedClientSession.
- ConnectionPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
-
INTERNAL:
- ConnectionPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPolicyConfig
- connectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
- connectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
- connectionPool - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
- connectionPool - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
- connectionPool - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
- connectionPool() - Element in annotation type org.eclipse.persistence.annotations.PinnedPartitioning
-
The connection pool name to pin queries to.
- connectionPool() - Element in annotation type org.eclipse.persistence.annotations.RangePartition
-
The connection pool to route queries to for this range.
- connectionPool() - Element in annotation type org.eclipse.persistence.annotations.ValuePartition
-
The connection pool to route queries to for this value.
- ConnectionPool - Class in org.eclipse.persistence.sessions.server
-
Purpose: Used to specify how connection should be pooled in a server session.
- ConnectionPool() - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPool(String, Login, int, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPool(String, Login, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPool(String, Login, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPoolConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
-
INTERNAL:
- ConnectionPoolConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
- connectionPools - Variable in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
- connectionPools - Variable in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
- connectionPools - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
- connectionPools - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
- connectionPools - Variable in class org.eclipse.persistence.sessions.server.ServerSession
- connectionPools() - Element in annotation type org.eclipse.persistence.annotations.HashPartitioning
-
List of connection pool names to partition across.
- connectionPools() - Element in annotation type org.eclipse.persistence.annotations.ReplicationPartitioning
-
List of connection pool names to load balance across.
- connectionPools() - Element in annotation type org.eclipse.persistence.annotations.RoundRobinPartitioning
-
List of connection pool names to load balance across.
- connectionPools() - Element in annotation type org.eclipse.persistence.annotations.UnionPartitioning
-
List of connection pool names to load balance across.
- connectionProperties() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
-
INTERNAL: Get platform specific connection properties.
- connectionProperties() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
- connectionPropertyNames - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- ConnectionProxyHandler - Class in org.eclipse.persistence.internal.jpa.jdbc
-
A simple invocation handler for the proxied connection.
- ConnectionProxyHandler(Connection) - Constructor for class org.eclipse.persistence.internal.jpa.jdbc.ConnectionProxyHandler
- connectionsAvailable - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
- connectionSpec - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
- connectionSpec - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnection
- connectionsToExternalServices - Variable in class org.eclipse.persistence.sessions.coordination.TransportManager
-
Connections to other services
- connectionsUsed - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
- connector - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
-
Provide a little flexibility for connecting to a database
- Connector - Interface in org.eclipse.persistence.sessions
-
Purpose: Define an interface for supplying TopLink with a
Connection
to a JDBC database. - Connects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- connectToDatasource(Accessor, Session) - Method in class org.eclipse.persistence.eis.EISLogin
-
Connect to the EIS adapter and return the Connection.
- connectToDatasource(Accessor, Session) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
INTERNAL: Connect to the datasource, and return the driver level connection object.
- connectToDatasource(Accessor, Session) - Method in interface org.eclipse.persistence.sessions.Login
-
INTERNAL: Connect to the datasource, and return the driver level connection object.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
-
Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
-
Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec
-
Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
-
Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec
-
Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLConnectionSpec
-
Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLConnectionSpec
-
Connect with the specified properties and return the Connection.
- ConnectToHostCommand - Class in org.eclipse.persistence.internal.sessions.coordination
-
Purpose: This class provides an implementation of an internal RCM Command.
- ConnectToHostCommand() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.ConnectToHostCommand
- consistency - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteractionSpec
- CONSISTENCY - Static variable in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.
- CONSISTENCY - Static variable in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
- ConstantDynamic - Class in org.eclipse.persistence.internal.libraries.asm
-
A constant whose value is computed at runtime, with a bootstrap method.
- ConstantDynamic(String, String, Handle, Object...) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Constructs a new
ConstantDynamic
. - ConstantExpression - Class in org.eclipse.persistence.internal.expressions
-
Used for wrapping constant values.
- ConstantExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ConstantExpression
- ConstantExpression(Object, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.ConstantExpression
- constantName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
-
INTERNAL:
- Constants - Class in org.eclipse.persistence.internal.oxm
- Constants() - Constructor for class org.eclipse.persistence.internal.oxm.Constants
- ConstantTransformer - Class in org.eclipse.persistence.mappings.transformers
-
Purpose: Allows a field to always be mapped to a constant value.
- ConstantTransformer() - Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
- ConstantTransformer(Object) - Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
-
PUBLIC: Return a constant transformer for the constant value.
- constraint - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
- CONSTRAINT_MAPPING_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
- CONSTRAINT_VIOLATION - Static variable in exception class org.eclipse.persistence.exceptions.BeanValidationException
- constraintDeclaration(CompositeDatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- constraintDependencies - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- ConstraintsDetectorService() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService
- constraintViolation(Object[], Throwable) - Static method in exception class org.eclipse.persistence.exceptions.BeanValidationException
- ConstraintViolationWrapper<T> - Class in org.eclipse.persistence.jaxb
-
Wrapper over
ConstraintViolation
class. - ConstraintViolationWrapper(ConstraintViolation<T>) - Constructor for class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
-
Creates a new wrapper.
- construct(Class<Y>, Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Define a select list item corresponding to a constructor.
- constructClassNameForReferenceAdapter(String) - Static method in class org.eclipse.persistence.internal.jpa.rs.weaving.RestAdapterClassWriter
-
Creates a class name that can be used for a ReferenceAdapter subclass for the given classname.
- constructListenerInstance() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
-
Construct an instance of the wrapped entity listener This method will attempt to create the listener in a CDI injection friendly manner and if that fails, reflectively instantiate the class
- constructListenerInstance(Class<?>) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
- constructObjectForId(String, Object) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
- constructor - Variable in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
- constructor - Variable in class org.eclipse.persistence.internal.queries.ContainerPolicy
- constructor - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
- constructor - Variable in class org.eclipse.persistence.queries.ConstructorResult
- constructor() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- CONSTRUCTOR - Enum constant in enum org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl.ResultType
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a constructor call.
- CONSTRUCTOR_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Notify the list of
StateObjects
representing the constructor items. - CONSTRUCTOR_REFERENCE - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
- constructorArgTypes - Variable in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
- constructorArgTypes - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
- constructorArgTypes - Variable in class org.eclipse.persistence.queries.ConstructorResult
- constructorClassNotFound - Static variable in exception class org.eclipse.persistence.exceptions.JPQLException
- constructorClassNotFound(String, int, int, String) - Static method in exception class org.eclipse.persistence.exceptions.JPQLException
- constructorDeclaration() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- ConstructorExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
In the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.
- ConstructorExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Creates a new
ConstructorExpression
. - ConstructorExpression_ConstructorItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_ConstructorItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_MissingConstructorItem - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_MissingConstructorName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_UndefinedConstructor - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpression_UnknownType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ConstructorExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a constructor expression.
- ConstructorExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
-
Creates a new
ConstructorExpressionBNF
. - ConstructorExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ConstructorExpressionFactory
creates a newConstructorExpression
when the portion of the query to parse starts with NEW. - ConstructorExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
-
Creates a new
ConstructorExpressionFactory
. - ConstructorExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
In the
SELECT
clause a constructor may be used in theSELECT
list to return one or more Java instances. - ConstructorExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorExpressionStateObject(StateObject, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorExpressionStateObject(StateObject, Class<?>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorExpressionStateObject(StateObject, Class<?>, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorExpressionStateObject(StateObject, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new
ConstructorExpressionStateObject
. - ConstructorItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a constructor item expression.
- ConstructorItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
-
Creates a new
ConstructorItemBNF
. - constructorItems - Variable in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
-
The list of constructor call argument nodes
- constructorMappings - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
- ConstructorNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- ConstructorNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
-
Return a new ConstructorNode
- ConstructorQueryMappings - Class in org.eclipse.persistence.internal.jpa.jpql
-
This object scans a
DatabaseQuery
and checks if it's a constructor query. - ConstructorReportItem - Class in org.eclipse.persistence.queries
-
Purpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.
- ConstructorReportItem() - Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
-
Create a new constructor item.
- ConstructorReportItem(String) - Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
-
Create a new constructor item.
- ConstructorResult - Class in org.eclipse.persistence.queries
-
Purpose: Concrete class to represent the ConstructorResult structure as defined by the JPA 2.1 Persistence specification.
- ConstructorResult - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- ConstructorResult() - Constructor for class org.eclipse.persistence.queries.ConstructorResult
-
Default constructor is protected.
- ConstructorResult(Class<?>) - Constructor for class org.eclipse.persistence.queries.ConstructorResult
-
Constructor accepting target class.
- ConstructorResult(String) - Constructor for class org.eclipse.persistence.queries.ConstructorResult
-
Constructor accepting target class name.
- ConstructorResultImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
-
JPA scripting API implementation.
- ConstructorResultImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.ConstructorResultImpl
- ConstructorResultMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
-
INTERNAL: Object to hold onto an entity result metadata.
- ConstructorResultMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
-
INTERNAL: Used for XML loading.
- ConstructorResultMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
-
INTERNAL: Used for annotation loading.
- constructors() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Returns the external representation of the Java class's constructors.
- ConstructorSelectionImpl - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the Selection interface of the JPA criteria API.
- ConstructorSelectionImpl(Class<?>, Selection[]) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
- constructorUpdater - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
The
RefactoringTool.StateObjectUpdater
that updates the class name when notified. - constructorUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
- constructQuery(EntityManager, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
- ConstrutorCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
- CONTAINER_POLICY_DOES_NOT_USE_KEYS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- containerBeans - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- containerClass - Variable in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
The concrete container class.
- containerClass() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
- containerClassName - Variable in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
- ContainerIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
-
Purpose: Provide ability for developers to wrap ValueHolders (Basic Indirection)
- ContainerIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
-
INTERNAL: Construct a new indirection policy.
- containerInstance() - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
-
INTERNAL: Return an instance of the container class.
- containerInstance() - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Return a new ArrayList.
- containerInstance() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return an instance of the container class.
- containerInstance() - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
-
INTERNAL: Return a new Vector.
- containerInstance() - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
-
INTERNAL Override from ContainerPolicy.
- containerInstance() - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
-
INTERNAL: Return a new Vector.
- containerInstance(int) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
-
INTERNAL: Return an instance of the container class with the specified initial capacity.
- containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Return a new ArrayList.
- containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return an instance of the container class with the specified initial capacity.
- containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
-
INTERNAL: Return a new Vector.
- containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
-
INTERNAL: Return a new Vector.
- ContainerMapping - Interface in org.eclipse.persistence.mappings
-
Interface used by clients to interact with the assorted mappings that use
ContainerPolicy
. - containerPolicy - Variable in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
PERF: Cache the mappings container policy.
- containerPolicy - Variable in class org.eclipse.persistence.mappings.CollectionMapping
- containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
- containerPolicy - Variable in class org.eclipse.persistence.queries.DataReadQuery
- containerPolicy - Variable in class org.eclipse.persistence.queries.ReadAllQuery
-
Used for collection and stream support.
- ContainerPolicy - Class in org.eclipse.persistence.internal.queries
-
Purpose: Used to support collections in read queries.
- ContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.ContainerPolicy
-
Default constructor.
- containerPolicyDoesNotUseKeys(ContainerPolicy, String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- containerPolicyIsValid() - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
-
INTERNAL: Return whether the container policy is valid for the indirection policy.
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
- containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
- containerUnitOfWork - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
This is only used for EJB entity beans to manage beans accessed in a transaction context.
- ContainerValue - Interface in org.eclipse.persistence.internal.oxm
-
INTERNAL:
- containingDescriptor - Variable in class org.eclipse.persistence.internal.expressions.FromAliasExpression
- CONTAINMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- contains(Class, Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
Returns true if the cache contains an Object with the id and Class type, and is valid.
- contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
-
PUBLIC:
- contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
- contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
- contains(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
-
Returns
true
if thisIdentityHashSet
contains the given object. - contains(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
-
Returns
true
if this list contains the specified contents. - contains(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
- contains(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
If it does not contain the object must wait until it is complete.
- contains(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
-
Returns true if the cache contains an Object with the same id and Class type of the given object.
- contains(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Check if the instance belongs to the current persistence context.
- contains(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
PUBLIC: Check if the value is contained in the row.
- contains(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord.EntrySet
- contains(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord.KeySet
- contains(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord.ValuesSet
- contains(Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- contains(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
-
Returns true if the cache contains an Object with the same id and Class type of the given object.
- contains(Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
PUBLIC: Check if the value is contained in the row.
- contains(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
PUBLIC: Check if the value is contained in the row.
- contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC: Check if the value is contained in the result.
- contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
- contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.KeySet
- contains(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- contains(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- contains(Object, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
- contains(Object, Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Return the true if element exists in container.
- contains(Object, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Return whether element exists in container.
- contains(Object, Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Return the true if element exists in container.
- contains(Object, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
-
INTERNAL: Check if the object is contained in the collection.
- contains(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Check if the object is contained in the collection.
- contains(Object, UnitOfWork) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Check if the instance belongs to the current persistence context.
- contains(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
- contains(String) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
- contains(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns true if the given instruction belongs to this list.
- CONTAINS - Enum constant in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
- containsAll(Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- containsAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- containsAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectList
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectSet
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
If it does not contain the object must wait until it is complete.
- containsAll(Collection<?>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- containsAllKeyWords(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that performs a key word search.
- containsAnyKeyWords(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that performs a key word search.
- containsAttribute(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Return if the attribute is defined in the group.
- containsAttributeInternal(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL: Return if the attribute is defined in the group.
- containsChangesFromSynchronization() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
INTERNAL: Convenience method used to query this change set after it has been sent by cache synchronization.
- containsIndex() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
- containsKey(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
- containsKey(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
-
Returns
true
if thisIdentityWeakHashMap
contains a mapping for the given key. - containsKey(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
- containsKey(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Return true if an CacheKey with the primary key is in the map.
- containsKey(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Return true if an CacheKey with the primary key is in the map.
- containsKey(Object) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
- containsKey(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
PUBLIC: Check if the field is contained in the row.
- containsKey(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC: Check if the key is contained in the result.
- containsKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Return true if an CacheKey with the primary key is in the map.
- containsKey(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Return true if an CacheKey with the primary key is in the map.
- containsKey(String) - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Check if the field is contained in the row.
- containsKey(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
PUBLIC: Check if the field is contained in the row.
- containsKey(DatabaseField) - Method in class org.eclipse.persistence.eis.EISMappedRecord
-
Check if the field is contained in the row.
- containsKey(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: Check if the field is contained in the row.
- containsKey(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
-
INTERNAL: Check if the field is contained in the row.
- containsKey(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Check if the field is contained in the row.
- containsMethod(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
- containsObject(Class<?>, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Check if the object is registered given its name.
- containsObject(Object, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Check if the object is registered given its name.
- containsObjectInIdentityMap(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Return if their is an object for the primary key.
- containsObjectInIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type of the given domainObject.
- containsObjectInIdentityMap(Object, Class<?>) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Return if their is an object for the primary key.
- containsObjectInIdentityMap(Object, Class<?>) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type as those specified.
- containsObjectInIdentityMap(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Return if their is an object for the primary key.
- containsObjectInIdentityMap(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
ADVANCED: Return if their is an object for the primary key.
- containsObjectInIdentityMap(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
-
INTERNAL: Return if their is an object for the primary key.
- containsObjectInIdentityMap(DataRecord, Class<?>) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
ADVANCED: Return if their is an object for the row containing primary key and the class.
- containsObjectInIdentityMap(DataRecord, Class<?>) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
-
ADVANCED: Returns true if the identity map contains an Object with the same primary key of the specified row (i.e.
- containsProperty(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
- containsProperty(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
- containsQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC: Return true if the query is defined on the session
- containsQuery(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return true if the pre-defined query is defined on the session.
- containsQuery(String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC: Return true if the pre-defined query is defined on the session.
- containsQuery(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: Was PUBLIC: customer will be redirected to
Session
. - containsQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC: Return true if the pre-defined query is defined on the session.
- containsSubstring(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that compares if the receivers value contains the substring.
- containsSubstring(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that compares if the receivers value contains the substring.
- containsSubstringIgnoringCase(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that compares if the receivers value contains the substring, ignoring case.
- containsSubstringIgnoringCase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that compares if the receivers value contains the substring, ignoring case.
- containsValue(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
- containsValue(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
-
Returns
true
if thisIdentityWeakHashMap
contains the given object. - containsValue(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
- containsValue(Object) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
- containsValue(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
PUBLIC: Check if the value is contained in the row.
- containsValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
-
PUBLIC: Check if the value is contained in the row.
- containsValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
-
PUBLIC: Check if the value is contained in the row.
- containsValue(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
-
PUBLIC: Check if the value is contained in the result.
- Content - Class in org.eclipse.persistence.internal.oxm.schema.model
- Content() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Content
- CONTENT_TYPE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
- ContentAssistExtension - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This extension can be used to provide additional support to JPQL content assist that is outside the scope of providing proposals related to JPA metadata.
- ContentAssistProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This object stores the various proposals available for content assist for a certain position within a JPQL query.
- ContentAssistProposals.ClassType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
This enumeration determines the type of classes returned by
ContentAssistProposals.classNames()
. - ContentAssistProposals.EnumProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
-
Holds onto the
IType
of the enum type and the list of possible enum constants. - contentHandler - Variable in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
- ContentHandlerRecord - Class in org.eclipse.persistence.oxm.record
-
Use this type of MarshalRecord when the marshal target is a ContentHandler.
- ContentHandlerRecord() - Constructor for class org.eclipse.persistence.oxm.record.ContentHandlerRecord
- contents - Static variable in class org.eclipse.persistence.exceptions.i18n.JSONExceptionResource
- context - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
- context - Variable in class org.eclipse.persistence.internal.oxm.Context.ContextState
- context - Variable in class org.eclipse.persistence.internal.oxm.Marshaller
- context - Variable in class org.eclipse.persistence.internal.oxm.Unmarshaller
- context - Variable in class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
- context - Variable in class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapterV2
- context - Variable in class org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter
- context - Variable in class org.eclipse.persistence.sessions.JNDIConnector
- Context<ABSTRACT_SESSION,
DESCRIPTOR, - Class in org.eclipse.persistence.internal.oxmFIELD, NAMESPACE_RESOLVER, PROJECT, SESSION, SESSION_EVENT_LISTENER> - Context() - Constructor for class org.eclipse.persistence.internal.oxm.Context
- CONTEXT_ROOT_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
- Context.ContextState<ABSTRACT_SESSION,
DESCRIPTOR, - Class in org.eclipse.persistence.internal.oxmPROJECT, SESSION, SESSION_EVENT_LISTENER> - contextDestroyed(ServletContextEvent) - Method in class _dbws.ProviderListener
- contextInitialized(ServletContextEvent) - Method in class _dbws.ProviderListener
- contextInput - Variable in class org.eclipse.persistence.jaxb.JAXBContext
- contextProperty - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
- contextProperty() - Element in annotation type org.eclipse.persistence.annotations.TenantDiscriminatorColumn
-
(Optional) The name of the context property to apply to the tenant discriminator column.
- contextProperty() - Element in annotation type org.eclipse.persistence.annotations.TenantTableDiscriminator
-
(Optional) The name of the context property to apply to as tenant table discriminator.
- ContextsCatalog - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
-
JPARS 2.0 contexts catalog.
- ContextsCatalog() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ContextsCatalog
-
Default constructor.
- contextState - Variable in class org.eclipse.persistence.internal.oxm.Context
- contextState - Variable in class org.eclipse.persistence.jaxb.JAXBContext
- ContextState() - Constructor for class org.eclipse.persistence.internal.oxm.Context.ContextState
- ContextState(Context, PROJECT, ClassLoader, Collection<SESSION_EVENT_LISTENER>) - Constructor for class org.eclipse.persistence.internal.oxm.Context.ContextState
- contextTenant - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
- controller - Variable in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Store the real controller.
- controller - Variable in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Store the real controller.
- controller - Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Store the real controller.
- controller - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
The external txn controller that is intimate with the transaction manager and knows how to do things like rolling back transactions, etc.
- controllerClassName - Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
- CONVERSION_ERROR - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- CONVERSION_USE_DEFAULT_TIMEZONE - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property can be set to restore ConversionManager behavior with converting LocalDateTime, OffsetDateTime, and OffsetTime types back to using the JVM's default time zone instead of UTC.
- CONVERSION_USE_TIMEZONE - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This system property can be set the specific time zone used by ConversionManager to convert LocalDateTime, OffsetDateTime, and OffsetTime types.
- conversionError(Exception) - Static method in exception class org.eclipse.persistence.exceptions.SDOException
-
INTERNAL: Exception when trying to set a property to value that is an unsupported conversion
- ConversionException - Exception Class in org.eclipse.persistence.exceptions
-
Purpose: Conversion exceptions such as method or class not defined will raise this exception.
- ConversionException() - Constructor for exception class org.eclipse.persistence.exceptions.ConversionException
-
INTERNAL: TopLink exceptions should only be thrown by TopLink.
- ConversionException(String, Object, Class<?>, Exception) - Constructor for exception class org.eclipse.persistence.exceptions.ConversionException
-
INTERNAL: TopLink exceptions should only be thrown by TopLink.
- ConversionExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
-
INTERNAL: English ResourceBundle for ConversionException messages.
- ConversionExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
-
Default constructor.
- conversionManager - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Allow for conversion to be customized in the platform.
- ConversionManager - Class in org.eclipse.persistence.internal.helper
-
Purpose: Contains the conversion routines for some common classes in the system.
- ConversionManager - Interface in org.eclipse.persistence.internal.oxm
- ConversionManager() - Constructor for class org.eclipse.persistence.internal.helper.ConversionManager
- ConversionManager_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- ConversionValue - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- ConversionValue - Annotation Type in org.eclipse.persistence.annotations
-
A ConversionValue annotation is used within an ObjectTypeConverter.
- ConversionValueImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
-
JPA scripting API implementation.
- ConversionValueImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ConversionValueImpl
- ConversionValueMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
Object to hold onto conversion values.
- ConversionValueMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
-
INTERNAL: Used for XML loading.
- ConversionValueMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
-
INTERNAL: Used for annotation loading.
- conversionValues() - Element in annotation type org.eclipse.persistence.annotations.ObjectTypeConverter
-
(Required) Specify the conversion values to be used with the object converter.
- conversionValueStrings - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- convert(Property, Object) - Method in interface commonj.sdo.helper.DataHelper
- convert(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- convert(Type, Object) - Method in interface commonj.sdo.helper.DataHelper
-
Convert the specified value to an
instance
of the specified type. - convert(Type, Object) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert the specified value to an
instance
of the specified type. - convert(Object, DatabaseField, AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
-
INTERNAL: Converts the parameter object from a collection or java object into a JDBC type such as an Array or Struct object, based on the type information contained in the dbField object.
- convert(String...) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Convert a provided name or path which could be a single attributeName, a single string with dot separated attribute names, or an array of attribute names defining the path.
- convert(String...) - Static method in class org.eclipse.persistence.internal.core.queries.CoreAttributeConverter
-
INTERNAL: Splits given
nameOrPath[0]
argument around'.'
character whennameOrPath.length
is equal to 1. - convert(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
-
Convert the specified row into something suitable for the calls.
- Convert - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- Convert - Annotation Type in org.eclipse.persistence.annotations
-
The Convert annotation specifies that a named converter should be used with the corresponding mapped attribute.
- convertArrayToString(Object[], QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertBytes(byte[]) - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteraction
-
Allow processing of the raw bytes.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Convert all the class-name-based settings in this object to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
INTERNAL: Convert all the class-name-based settings in this Query Manager to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.internal.descriptors.ClassNameConversionRequired
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
-
INTERNAL: Convert all the class-name-based settings in this InstantiationPolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
-
INTERNAL: Convert all the class-name-based settings in this object to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
-
INTERNAL: Convert all the class-name-based settings in this SortedCollectionContainerPolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
-
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
-
INTERNAL: Convert all the class-name-based settings in this QueryKey to actual class-based settings Will be overridded by subclasses
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
- convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ColumnResult
-
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ConstructorResult
-
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.EntityResult
-
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
INTERNAL: Convert all the class-name-based settings in this ResultSetMapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.SQLResult
-
INTERNAL: Convert all the class-name-based settings in this SQLResult to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
-
INTERNAL: Convert all the class-name-based settings in this SQLResultSetMapping to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings.
- convertClassNameToClass(String) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
PUBLIC: Resolve the given String className into a class using this ConversionManager's classloader.
- convertClassNameToClass(String, ClassLoader) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Convert the given className to an actual class.
- convertConverterClassNamesToClasses(Converter, ClassLoader) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
Convenience method to ensure converters have an opportunity to convert any class names to classes during project setup.
- convertDataValueToJsonValue(Object) - Method in class org.eclipse.persistence.json.JsonPlatform
-
Convert JDBC
ResultSet
type to JSON value field. - convertDataValueToJsonValue(Object) - Method in class org.eclipse.persistence.platform.database.oracle.json.Oracle21JsonPlatform
-
INTERNAL: Convert JDBC
ResultSet
type to JSON value field. - convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.expressions.ExpressionOperatorConverter
-
INTERNAL: Returns the corresponding attribute value for the specified field value.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
INTERNAL: The fromString value on the enum class must be invoked with the field value specified as an argument.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.json.JsonTypeConverter
-
Converts String from JDBC VARCHAR parameter to JSON field value.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
-
INTERNAL: Convert the class name to a class, then create an instance of the class.
- convertDataValueToObjectValue(Object, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
-
PUBLIC: Convert the databases' data representation of the value to the object's representation.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
INTERNAL:
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
INTERNAL: Returns the corresponding attribute value for the specified field value.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL: Returns the corresponding attribute value for the specified field value.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL: The fieldValue will be a byte array.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL: The field value must first be converted to the field type, then the attribute type.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.UUIDConverter
-
Converts String from JDBC VARCHAR parameter to UUID field value.
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
Convert the value from XML as required during unmarshal
- convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
-
Wraps the XmlAdapter unmarshal method.
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
- convertDataValueToObjectValue(Object, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
-
PUBLIC: Convert the databases' data representation of the value to the object's representation.
- convertDataValueToObjectValue(Object, SESSION, UNMARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLConverterMapping
- converter - Variable in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
- converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
Allows user defined conversion between the object attribute value and the database value.
- converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Allows user defined conversion between the object attribute value and the database value.
- converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
Allows user defined conversion between the object attribute value and the database value.
- converter() - Element in annotation type org.eclipse.persistence.annotations.StructConverter
-
(Required) The StructConverter class to be used.
- Converter - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- Converter - Interface in org.eclipse.persistence.mappings.converters
-
Purpose: Conversion interface to allow conversion between object and data types.
- Converter - Annotation Type in org.eclipse.persistence.annotations
-
A Converter is used to customize the values during the reading from the database into the object model as well as during the writing back of changes into the database.
- CONVERTER_CLASS_MUST_IMPLEMENT_ATTRIBUTE_CONVERTER_INTERFACE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONVERTER_CLASS_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONVERTER_DATA_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- CONVERTER_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CONVERTER_OBJECT_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- ConverterAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
-
Object to represent a converter class.
- ConverterAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
-
INTERNAL: Used for XML loading.
- ConverterAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
-
INTERNAL:
- converterClass() - Element in annotation type org.eclipse.persistence.annotations.Converter
-
(Required) The converter class to be used.
- ConverterClass<T,
X, - Class in org.eclipse.persistence.mappings.convertersY> -
A JPA attribute converter class wrapped with an EclipseLink converter.
- ConverterClass - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- ConverterClass(String, boolean, String, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.ConverterClass
-
INTERNAL: This method will be called when creating a converter for an embedded mapping attribute.
- ConverterClassImpl - Class in org.eclipse.persistence.internal.jpa.config.classes
-
JPA scripting API implementation.
- ConverterClassImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.ConverterClassImpl
- converterClassMustImplementAttributeConverterInterface(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- converterClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
- converterClassNotFound(String, String, String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- converterFromAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
- ConverterImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
-
JPA scripting API implementation.
- ConverterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ConverterImpl
- ConverterManager - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
Manage field value to JDBC data type converters loaded from SPI providers.
- ConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
INTERNAL: Object to hold onto a custom converter metadata.
- ConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
-
INTERNAL: Used for XML loading.
- ConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
-
INTERNAL: Used for annotation loading.
- converterName - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- converterNotFound(Object, String, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- ConverterProvider - Interface in org.eclipse.persistence.mappings.converters.spi
-
Java Service loader interface for data converters.
- converters - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
List of converters to apply at initialize time to their cloned aggregate mappings.
- converters - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
List of converters to apply at initialize time to their cloned aggregate mappings.
- converters() - Method in class org.eclipse.persistence.json.JsonConverterProvider
-
Get
Converter
medatada class name to converter instanceSupplier
mapping. - converters() - Method in interface org.eclipse.persistence.mappings.converters.spi.ConverterProvider
-
Returns converter suppliers mapping of specific provider.
- Converters - Annotation Type in org.eclipse.persistence.annotations
-
A Converters annotation allows the definition of multiple Converter.
- converterToAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
- convertFromStringValue(String, Type) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertFromStringValue(String, Type, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertFromStringValue(String, Class<?>) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertFromStringValue(String, Class<?>, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a String value based to the appropriate type.
- convertHexBinaryListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
- convertHexBinaryListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- ConvertImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
-
JPA scripting API implementation.
- ConvertImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ConvertImpl
- convertJDBCParameterBindingMarkers(String, ArrayList<BindingModel>) - Static method in class org.eclipse.persistence.tools.dbws.BindingModel
- convertJsonValueToDataValue(JsonValue) - Method in class org.eclipse.persistence.json.JsonPlatform
-
INTERNAL: Convert JSON value field to JDBC statement type.
- convertJsonValueToDataValue(JsonValue) - Method in class org.eclipse.persistence.pgsql.PostgreSQL10JsonPlatform
-
INTERNAL: Convert JSON value field to JDBC statement type.
- convertJsonValueToDataValue(JsonValue) - Method in class org.eclipse.persistence.platform.database.oracle.json.Oracle21JsonPlatform
-
INTERNAL: Convert JSON value field to JDBC statement type.
- convertLikeToRegex(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Convert the SQL like pattern to a regex pattern.
- convertListToString(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- ConvertMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
Object to hold onto convert metadata.
- ConvertMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
-
INTERNAL: Used for XML loading.
- ConvertMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
-
INTERNAL: Used for annotation loading.
- convertNodeToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
- convertNodeToUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
-
INTERNAL: Modify this individual expression node to use outer joins wherever there are equality operations between two field nodes.
- convertObject(Object, Class<?>, CoreAbstractSession, CoreContainerPolicy) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- convertObject(Object, Class<T>) - Method in interface org.eclipse.persistence.internal.core.databaseaccess.CorePlatform
-
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
- convertObject(Object, Class<T>) - Method in class org.eclipse.persistence.internal.core.helper.CoreConversionManager
-
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
- convertObject(Object, Class<T>) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
- convertObject(Object, Class<T>) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
-
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
- convertObject(Object, Class<T>) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
- convertObject(Object, Class<T>) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Convert the given object to the appropriate type by invoking the appropriate ConversionManager method.
- convertObject(Object, Class<T>) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
INTERNAL: Allow for conversion from the Oracle type to the Java type.
- convertObject(Object, Class<T>) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Allow for conversion from the Oracle type to the Java type.
- convertObject(Object, Class<T>, QName) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
-
Convert the given object to the appropriate type by invoking the appropriate ConversionManager method.
- convertObject(Object, Class<T>, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Convert the given object to the appropriate type by invoking the appropriate ConversionManager method.
- convertObjectToBigDecimal(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of BigDecimal from the given sourceObject
- convertObjectToBigDecimal(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of BigDecimal from the given sourceObject
- convertObjectToBigInteger(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of BigInteger from the provided sourceObject.
- convertObjectToBigInteger(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of BigInteger from the provided sourceObject.
- convertObjectToBoolean(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of Boolean from the source object.
- convertObjectToBoolean(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertObjectToByte(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of Byte from the provided sourceObject
- convertObjectToByte(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of Byte from the provided sourceObject
- convertObjectToByteArray(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of a byte array from the given object.
- convertObjectToByteObjectArray(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of a Byte array from the given object.
- convertObjectToCalendar(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of java.util.Calendar from the given source object.
- convertObjectToCalendar(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL: Converts given object to a Calendar object
- convertObjectToChar(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of Character from the provided sourceObject.
- convertObjectToChar(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of Character from the provided sourceObject.
- convertObjectToChar(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of Character from the provided sourceObject.
- convertObjectToCharacterArray(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of a Character array from the given object.
- convertObjectToCharArray(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid instance of a char array from the given object.
- convertObjectToClass(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid Class from the string that is passed in
- convertObjectToDataHandler(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- convertObjectToDate(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Convert the object to an instance of java.sql.Date.
- convertObjectToDate(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertObjectToDouble(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Convert the object to an instance of Double.
- convertObjectToDouble(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Convert the object to an instance of Double.
- convertObjectToDuration(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of Duration from the provided sourceObject.
- convertObjectToFloat(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid Float instance from a String or another Number instance.
- convertObjectToFloat(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid Float instance from a String or another Number instance.
- convertObjectToImage(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- convertObjectToInteger(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid Integer instance from a String or another Number instance.
- convertObjectToInteger(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid Integer instance from a String or another Number instance.
- convertObjectToLocalDate(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.time.LocalDate from the given source object.
- convertObjectToLocalDateTime(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.time.LocalDateTime from the given source object.
- convertObjectToLocalTime(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.time.LocalTime from the given source object.
- convertObjectToLong(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
Build a valid Long instance from a String or another Number instance.
- convertObjectToLong(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid Long instance from a String or another Number instance.
- convertObjectToMultipart(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- convertObjectToNumber(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid BigDecimal instance from a String or another Number instance.
- convertObjectToNumber(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL: Build a valid BigDecimal instance from a String or another Number instance.
- convertObjectToOffsetDateTime(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.time.OffsetDateTime from the given source object.
- convertObjectToOffsetTime(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.time.OffsetTime from the given source object.
- convertObjectToQName(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL: Converts given object to a QName object
- convertObjectToShort(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid Short instance from a String or another Number instance.
- convertObjectToShort(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL: Build a valid Short instance from a String or another Number instance.
- convertObjectToSource(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- convertObjectToSQLDate(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertObjectToSQLTime(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertObjectToString(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Converts objects to their string representations.
- convertObjectToString(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL: Converts objects to their string representations.
- convertObjectToString(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertObjectToTime(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.sql.Time from the given source object.
- convertObjectToTimestamp(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.sql.Timestamp from the given source object.
- convertObjectToTimestamp(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertObjectToURI(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Convert a String to a URI.
- convertObjectToUrl(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.net.URL from the given source object.
- convertObjectToUtilDate(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.util.Date from the given source object.
- convertObjectToUUID(Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
-
INTERNAL: Build a valid instance of java.util.UUID from the given source object.
- convertObjectToValue(Property, int, Class<?>) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
- convertObjectToValue(Property, Class<?>) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL:
- convertObjectToValueByPath(String, Class<?>, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
-
access the wanted values through path and convert it into required java class.
- convertObjectToXMLGregorianCalendar(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of XMLGregorianCalendar from the provided sourceObject.
- convertObjectToXMLGregorianCalendar(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Build a valid instance of XMLGregorianCalendar from the provided sourceObject.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.expressions.ExpressionOperatorConverter
-
INTERNAL: Convert to the data value.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
-
INTERNAL: Return the attribute value.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.json.JsonTypeConverter
-
Converts JSON field value to String.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
-
INTERNAL: Convert to the field class.
- convertObjectValueToDataValue(Object, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
-
PUBLIC: Convert the object's representation of the value to the databases' data representation.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
-
INTERNAL:
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
-
INTERNAL: Convert Enum object to the data value.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL: Convert to the data value.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
-
INTERNAL: Convert the object to a byte array through serialize.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
-
INTERNAL: Convert to the field class.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.UUIDConverter
-
Converts UUID field value to String.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
-
Convert the value as required during marshal.
- convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
-
Wraps the XmlAdapter marshal method.
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
-
INTERNAL
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
- convertObjectValueToDataValue(Object, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
-
PUBLIC: Convert the object's representation of the value to the databases' data representation.
- convertObjectValueToDataValue(Object, SESSION, MARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLConverterMapping
- convertPrimitive(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's representing a primitive type, into the class of the same type.
- convertPrimitive(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- convertPrimitive(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType
, if it's representing a primitive type, into the class of the same type. - convertRecordBytesToString(OracleNoSQLRecord) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.INTERNAL: Convert the record and nested records bytes to strings.
- convertSchemaBase64ListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
- convertSchemaBase64ListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertSchemaBase64ToByteArray(Object) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
-
INTERNAL: Converts a String which is in Base64 format to a Byte[]
- convertSchemaBase64ToByteArray(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
INTERNAL: Converts a String which is in Base64 format to a Byte[]
- convertSchemaBase64ToByteObjectArray(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertSingleObject(Object, Class<?>, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
- convertStringToCalendar(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertStringToDate(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertStringToDuration(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Return a Duration created with a given date string.
- convertStringToFile(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertStringToList(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertStringToList(Object, Class<T>, ContainerPolicy, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Convert the given sourceObject (String) to the appropriate collection type specified by the containerPolicy, using the elementType to properly convert each element of the list.
- convertStringToTimestamp(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertStringToTimestamp(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertStringToXMLGregorianCalendar(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
-
Return an XMLGregorianCalander created with a given date string
- convertStringToXMLGregorianCalendar(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
- convertTemporalType(Object, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
-
Convert the given object to the class represented by the given temporal type.
- convertToCastDescriptor(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
INTERNAL Return the descriptor which contains this query key, look in the inheritance hierarchy of rootDescriptor for the descriptor.
- convertToCastDescriptor(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
-
INTERNAL - Return the descriptor which contains this query key, look in the inheritance hierarchy of rootDescriptor for the descriptor.
- convertToChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: This method is used to convert the contents of an aggregateCollection into a changeRecord
- convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- convertToDatabaseType(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL We support more primitive than JDBC does so we must do conversion before printing or binding.
- convertToDatabaseType(Object) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
-
INTERNAL We support more primitive than JDBC does so we must do conversion before printing or binding.
- convertToDatabaseType(Object) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Derby error the data type, length or value of arguments 'TIMESTAMP' and 'DATE' is incompatible.
- convertToEclipseLinkCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
-
PUBLIC: Convert a command from its application-specific format to a EclipseLink Command object.
- convertToMethod(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
- convertToMethods(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
-
INTERNAL: This returns a hashtable of methods which are used in a JPA EntityListener instance, built from the MethodSerialImpl representation since Methods are not serializable
- convertToObject(Struct) - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
-
PUBLIC: This method will be invoked internally when reading a Struct from the database Implementers should put any custom conversion logic in this method
- convertToObject(Struct) - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
- convertToSerializableMethods(Map<String, List<Method>>) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
- convertToStringValue(Object, Type) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert to a String value based to the SDO type.
- convertToStruct(Object, Connection) - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
-
PUBLIC: This method will be invoked internally when writing an Object to the database Implementers should put any custom conversion logic in this method
- convertToStruct(Object, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
- convertToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Modify this expression to use outer joins wherever there are equality operations between two field nodes.
- convertToUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
- convertToUserCommand(Command) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
-
PUBLIC: Convert a EclipseLink Command object into its application-specific format to a
- convertToXMLField(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
- convertToXMLField(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL: Convert a DatabaseField to an XMLField
- convertUnqualifiedDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Converts the given
Declaration
from being set as a range variable declaration to a path expression declaration. - convertUnqualifiedDeclaration(Declaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Converts the given
Declaration
from being set as a range variable declaration to a path expression declaration. - convertValue(Object, Class<?>, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
Convert a value based to the appropriate type.
- convertValueBasedOnSchemaType(Object, CONVERSION_MANAGER, AbstractUnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
-
INTERNAL: Called from DOMRecord and XMLReader.
- convertValueBasedOnSchemaType(Object, XMLConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLField
-
INTERNAL: Called from DOMRecord and XMLReader.
- convertValueBasedOnSchemaType(Object, XMLConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
INTERNAL:
- convertValueBasedOnSchemaType(Field, Object, ConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
- convertValueBasedOnSchemaType(Field, Object, ConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
- convertValueBasedOnSchemaType(Field, Object, ConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
-
INTERNAL:
- convertValueToClass(Property, Object, Class<?>) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
-
INTERNAL:
- COORDINATION_ASYNCH - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.propagate-asynchronously
" property configures cache coordination for a clustered environment. - COORDINATION_CHANNEL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.channel
" property configures cache coordination for a clustered environment. - COORDINATION_JGROUPS_CONFIG - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jgroups.config
" property configures cache coordination for a clustered environment. - COORDINATION_JMS_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jms.factory
" property configures cache coordination for a clustered environment. - COORDINATION_JMS_HOST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jms.host
" property configures cache coordination for a clustered environment. - COORDINATION_JMS_REUSE_PUBLISHER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jms.reuse-topic-publisher
" property configures cache coordination for a clustered environment. - COORDINATION_JMS_TOPIC - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jms.topic
" property configures cache coordination for a clustered environment. - COORDINATION_JNDI_CONTEXT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jndi.initial-context-factory
" property configures cache coordination for a clustered environment. - COORDINATION_JNDI_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jndi.password
" property configures cache coordination for a clustered environment. - COORDINATION_JNDI_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.jndi.user
" property configures cache coordination for a clustered environment. - COORDINATION_NAMING_SERVICE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.naming-service
" property configures cache coordination for a clustered environment. - COORDINATION_PROTOCOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.protocol
" property configures cache coordination for a clustered environment. - COORDINATION_REMOVE_CONNECTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.remove-connection-on-error
" property configures cache coordination for a clustered environment. - COORDINATION_RMI_ANNOUNCEMENT_DELAY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.rmi.announcement-delay
" property configures cache coordination for a clustered environment. - COORDINATION_RMI_MULTICAST_GROUP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.rmi.multicast-group
" property configures cache coordination for a clustered environment. - COORDINATION_RMI_MULTICAST_GROUP_PORT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.rmi.multicast-group.port
" property configures cache coordination for a clustered environment. - COORDINATION_RMI_PACKET_TIME_TO_LIVE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.rmi.packet-time-to-live
" property configures cache coordination for a clustered environment. - COORDINATION_RMI_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.rmi.url
" property configures cache coordination for a clustered environment. - COORDINATION_SERIALIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.serializer
" property configures how cache coordination serializes message sent between nodes. - COORDINATION_THREAD_POOL_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.cache.coordination.thread.pool.size
" property configures thread pool size for cache coordination threads. - coordinationType() - Element in annotation type org.eclipse.persistence.annotations.Cache
-
(Optional) The cache coordination mode.
- copiedVersionFrom(Map) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- copies - Variable in class org.eclipse.persistence.sessions.CopyGroup
- copy() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
- copy() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
-
Get a shallow copy of the original ValueStore.
- copy() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
- copy() - Method in class org.eclipse.persistence.sdo.SDOSequence
- copy() - Method in interface org.eclipse.persistence.sdo.ValueStore
-
Get a shallow copy of the original ValueStore.
- copy(int, int) - Method in class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL: Answer a list of the elements of the receiver's collection from startIndex to endIndex.
- copy(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
-
Create a deep copy of the DataObject tree: Copies the dataObject and all its
contained
DataObjects recursively. - copy(DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Create a deep copy of the DataObject tree: Copies the dataObject and all its
contained
DataObjects recursively. - copy(DataObject, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Create a deep copy of the DataObject tree: Copies the dataObject and all its
contained
DataObjects recursively. - copy(InputStream, OutputStream) - Static method in class org.eclipse.persistence.tools.file.FileUtil
- copy(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return a complete copy of the object or of collection of objects.
- copy(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
- copy(Object) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC: Return a complete copy of the object or of collection of objects.
- copy(Object, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
- copy(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method will return copy the passed entity using the passed AttributeGroup.
- copy(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return a complete copy of the object or of collection of objects.
- copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will return copy the passed entity using the passed AttributeGroup.
- copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC: Return a complete copy of the object or collection of objects.
- copy(String, String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
- COPY_POLICY_MUST_SPECIFY_METHOD_OR_WORKING_COPY_METHOD - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- copyAggregateFetchGroupInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL: Copy fetch group reference from the source object to the target
- CopyBookParseException - Exception Class in org.eclipse.persistence.internal.eis.cobol
-
Purpose: This class creates all exceptions for the copy book parser
- CopyBookParseException() - Constructor for exception class org.eclipse.persistence.internal.eis.cobol.CopyBookParseException
- CopyBookParseException(String) - Constructor for exception class org.eclipse.persistence.internal.eis.cobol.CopyBookParseException
- CopyBookParseException(String, Exception) - Constructor for exception class org.eclipse.persistence.internal.eis.cobol.CopyBookParseException
- CopyBookParser - Class in org.eclipse.persistence.internal.eis.cobol
-
Purpose: This class is a parser for Cobol Copy books.
- CopyBookParser() - Constructor for class org.eclipse.persistence.internal.eis.cobol.CopyBookParser
-
Default constructor
- copyBooleanArray(boolean[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Copy an array of boolean to a new array
- copyCollection(List<Expression>, Map) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
- copyDerivedExpressions(Map) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
- copyDescriptorNamedQueries(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: This method will be used to copy all EclipseLink named queries defined in descriptors into the session.
- copyDescriptorsFromProject() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Copies descriptors cached on the Project.
- copyElement(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL: Copies member's value
- copyElement(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
INTERNAL: Copies member's value
- copyElements() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
- copyElements() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL: Shallow copy elements
- copyFetchGroupInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL: Copy fetch group reference from the source object to the target
- copyFrom(JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Copies settings from another manager.
- copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Copy all setting from the query.
- copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
-
INTERNAL: Copy all setting from the query.
- copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Copy all setting from the query.
- copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
-
INTERNAL: Copy all setting from the query.
- copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadQuery
-
INTERNAL: Copy all setting from the query.
- CopyGroup - Class in org.eclipse.persistence.sessions
-
Purpose: Define how an object is to be copied.
- CopyGroup() - Constructor for class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC: By default only copy the attributes found in the attribute group and don't null primary keys.
- CopyGroup(String) - Constructor for class org.eclipse.persistence.sessions.CopyGroup
-
PUBLIC: By default only copy the attributes found in the attribute group and don't null primary keys.
- copyHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
- copyHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
- CopyHelper - Interface in commonj.sdo.helper
-
A helper for copying DataObjects.
- copyIntArray(int[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Copy an array of int to a new array
- copyInternal(Object, CopyGroup) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL:
- copyInto(Object[]) - Method in class org.eclipse.persistence.indirection.IndirectList
- copyInto(Object[]) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- copyInto(Object[]) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
First wait until complete.
- copyInto(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Copy each attribute from one object into the other.
- copyInto(Object, Object, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Copy each attribute from one object into the other.
- copyInto(Platform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Copy the state into the new platform.
- copyInto(Platform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Copy the state into the new platform.
- copyInto(Platform) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
-
Copy the state into the new platform.
- copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL: Allow for conversion from the Oralce type to the Java type.
- copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
Copy the state into the new platform.
- copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.Oracle8Platform
-
INTERNAL: Allow for conversion from the Oracle type to the Java type.
- copyMainFrom(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- copyMapDataToRow(Map, AbstractRecord) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: convenience method to copy the keys and values from a Map into an AbstractRecord
- copyNamespaces(NamespaceResolver, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
- copyObject(Object, CopyGroup) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Return a copy of the object.
- copyPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- CopyPolicy - Interface in org.eclipse.persistence.descriptors.copying
-
Purpose: Allows customization of how an object is cloned.
- CopyPolicy - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- CopyPolicy - Annotation Type in org.eclipse.persistence.annotations
-
A CopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CopyPolicy on an Entity.
- copyPolicyClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- CopyPolicyImpl - Class in org.eclipse.persistence.internal.jpa.config.copypolicy
-
JPA scripting API implementation.
- CopyPolicyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.copypolicy.CopyPolicyImpl
- CopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
-
INTERNAL: Incapsulates common behavior amount class for all the different types of copy policy metadata Key notes: - any metadata mapped from XML to this class must be compared in the equals method.
- CopyPolicyMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CopyPolicyMetadata
-
INTERNAL: Used for XML loading.
- CopyPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CopyPolicyMetadata
-
INTERNAL: Used for annotation loading.
- copyPolicyMustSpecifyEitherMethodOrWorkingCopyMethod(Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
-
PUBLIC: Cause: An annotation or XML document specifies a CloneCopyPolicy, bug does not supply either a method or working copy method
- copyQueryInfoToCacheKey(CacheKey, ObjectBuildingQuery, AbstractRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Initialize a cache key.
- copyReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Copy the read only classes from the unit of work Added Nov 8, 2000 JED for Patch 2.5.1.8 Ref: Prs 24502
- copyReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Copy the read only classes from the unit of work.
- copyReportItems(Map) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL: Required for a very special case of bug 2612185: ReportItems from parallelExpressions, on a ReportQuery which is a subQuery, which is being batch read.
- copySessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL: Return a copy (not using clone) of a session broker.
- copyShallow(DataObject) - Method in interface commonj.sdo.helper.CopyHelper
-
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
- copyShallow(DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
-
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
- copyStringArray(String[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Copy an array of strings to a new array
- copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
- copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
- copyVector(List<E>, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return a copy of the vector containing a subset starting at startIndex and ending at stopIndex.
- CORBAConnection - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
This class exists on on the client side which talks to remote session controller through RMI connection.
- CORBAConnection - Interface in org.eclipse.persistence.internal.sessions.coordination.corba
- CORBAConnection(CORBARemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
PUBLIC: The connection must be create from the server-side session controllers stub.
- CORBARemoteCommandConnection - Class in org.eclipse.persistence.internal.sessions.coordination.corba
-
Purpose: Define an Sun CORBA implementation class for the remote object that can execute a remote command.
- CORBARemoteCommandConnection(CORBAConnection) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.CORBARemoteCommandConnection
- CORBARemoteSessionController - Interface in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionController.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBARemoteSessionControllerDispatcher - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
RemoteSessionController sits between the remote session and the session.
- CORBARemoteSessionControllerDispatcher(AbstractSession) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- CORBARemoteSessionControllerDispatcher(Session) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- CORBARemoteSessionControllerHelper - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBARemoteSessionControllerHelper() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
-
Default constructor.
- CORBARemoteSessionControllerHolder - Class in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBARemoteSessionControllerHolder() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
- CORBARemoteSessionControllerHolder(CORBARemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
- CORBARemoteSessionControllerOperations - Interface in org.eclipse.persistence.sessions.remote.corba.sun
-
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBATransportManager - Class in org.eclipse.persistence.sessions.coordination.corba
- CORBATransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
- CoreAbstractRecord - Class in org.eclipse.persistence.internal.core.sessions
- CoreAbstractRecord() - Constructor for class org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord
-
Default constructor.
- CoreAbstractSession<DESCRIPTOR,
LOGIN, - Class in org.eclipse.persistence.internal.core.sessionsPLATFORM, PROJECT, SESSION_EVENT_MANAGER> - CoreAbstractSession() - Constructor for class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
-
Default constructor.
- CoreAttributeAccessor - Interface in org.eclipse.persistence.core.mappings
-
INTERNAL A abstraction of attribute accessor capturing behavior common to all persistence types.
- CoreAttributeConverter - Class in org.eclipse.persistence.internal.core.queries
-
INTERNAL: AttributeGroup attribute names converter.
- CoreAttributeGroup<ATTRIBUTE_ITEM,
DESCRIPTOR> - Class in org.eclipse.persistence.core.queries -
INTERNAL Purpose: A generic super class for AttributeGroup and other subclasses
- CoreAttributeGroup() - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
- CoreAttributeGroup(String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
- CoreAttributeGroup(String, Class<?>, boolean) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
INTERNAL: This constructer is to only be used by EclipseLink internally
- CoreAttributeGroup(String, String, boolean) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
- CoreAttributeItem<ATTRIBUTE_GROUP> - Class in org.eclipse.persistence.core.queries
-
INTERNAL Purpose: Generic superclass for AttributeItem.
- CoreAttributeItem() - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeItem
- CoreAttributeItem(ATTRIBUTE_GROUP, String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeItem
- CoreClassConstants - Class in org.eclipse.persistence.internal.core.helper
- CoreClassConstants() - Constructor for class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- CoreContainerPolicy<ABSTRACT_SESSION> - Interface in org.eclipse.persistence.internal.core.queries
- CoreConversionManager - Class in org.eclipse.persistence.internal.core.helper
- CoreConversionManager() - Constructor for class org.eclipse.persistence.internal.core.helper.CoreConversionManager
-
Default constructor.
- CoreConverter<MAPPING,
SESSION> - Interface in org.eclipse.persistence.core.mappings.converters -
INTERNAL A abstraction of converter capturing behavior common to all persistence types.
- CoreDescriptor<ATTRIBUTE_GROUP,
DESCRIPTOR_EVENT_MANAGER, - Class in org.eclipse.persistence.core.descriptorsFIELD, INHERITANCE_POLICY, INSTANTIATION_POLICY, LIST, OBJECT_BUILDER> -
INTERNAL A abstraction of descriptor capturing behavior common to all persistence types.
- CoreDescriptor() - Constructor for class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
Default constructor.
- CoreDescriptorEvent - Interface in org.eclipse.persistence.core.descriptors
-
INTERNAL A abstraction of descriptor event capturing behavior common to all persistence types.
- CoreDescriptorEventManager<DESCRIPTOR_EVENT> - Class in org.eclipse.persistence.core.descriptors
-
INTERNAL A abstraction of descriptor event manager capturing behavior common to all persistence types.
- CoreDescriptorEventManager() - Constructor for class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager
-
Default constructor.
- CoreField - Interface in org.eclipse.persistence.internal.core.helper
- CoreFieldTransformer<SESSION> - Interface in org.eclipse.persistence.core.mappings.transformers
-
This interface is used by the Transformation Mapping to build the value for a specific field.
- CoreHelper - Class in org.eclipse.persistence.internal.core.helper
- CoreHelper() - Constructor for class org.eclipse.persistence.internal.core.helper.CoreHelper
- CoreInheritancePolicy<ABSTRACT_RECORD,
ABSTRACT_SESSION, - Class in org.eclipse.persistence.core.descriptorsDESCRIPTOR, FIELD> -
INTERNAL A abstraction of inheritance policy capturing behavior common to all persistence types.
- CoreInheritancePolicy() - Constructor for class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
Default constructor.
- CoreInstantiationPolicy - Class in org.eclipse.persistence.internal.core.descriptors
- CoreInstantiationPolicy() - Constructor for class org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy
-
Default constructor.
- CoreLogin<PLATFORM> - Interface in org.eclipse.persistence.core.sessions
-
INTERNAL A abstraction of login capturing behavior common to all persistence types.
- CoreMappedKeyMapContainerPolicy<ABSTRACT_SESSION> - Interface in org.eclipse.persistence.internal.core.queries
- CoreMapping<ATTRIBUTE_ACCESSOR,
ABSTRACT_SESSION, - Class in org.eclipse.persistence.core.mappingsCONTAINER_POLICY, DESCRIPTOR, FIELD> -
INTERNAL A abstraction of mapping capturing behavior common to all persistence types.
- CoreMapping() - Constructor for class org.eclipse.persistence.core.mappings.CoreMapping
-
Default constructor.
- CoreObjectBuilder<ABSTRACT_RECORD,
ABSTRACT_SESSION, - Class in org.eclipse.persistence.internal.core.descriptorsFIELD, MAPPING> - CoreObjectBuilder() - Constructor for class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
-
Default constructor.
- CorePlatform<CONVERSION_MANAGER> - Interface in org.eclipse.persistence.internal.core.databaseaccess
- CoreProject<DESCRIPTOR,
LOGIN, - Class in org.eclipse.persistence.core.sessionsSESSION> -
INTERNAL A abstraction of project capturing behavior common to all persistence types.
- CoreProject() - Constructor for class org.eclipse.persistence.core.sessions.CoreProject
-
Default constructor.
- CoreSession<DESCRIPTOR,
LOGIN, - Interface in org.eclipse.persistence.core.sessionsPLATFORM, PROJECT, SESSION_EVENT_MANAGER> -
INTERNAL A abstraction of session capturing behavior common to all persistence types.
- CoreSessionEventListener - Interface in org.eclipse.persistence.core.sessions
-
INTERNAL A abstraction of session event listener capturing behavior common to all persistence types.
- CoreSessionEventManager<SESSION_EVENT_LISTENER> - Class in org.eclipse.persistence.core.sessions
-
INTERNAL A abstraction of sessuin event manager capturing behavior common to all persistence types.
- CoreSessionEventManager() - Constructor for class org.eclipse.persistence.core.sessions.CoreSessionEventManager
-
Default constructor.
- CoreTable - Interface in org.eclipse.persistence.internal.core.helper
- correction - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
This is used to correct the length of an
Expression
- corrections - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
This is used to change the position of the cursor in order to add possible proposals
- correctOrderList(List<IndexedObject>) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
-
PUBLIC: Correct object's order in the list.
- correlate(CollectionJoin<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Correlates a join to a Collection-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
- correlate(Join<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Correlates a join object of the enclosing query to a join object of the subquery and returns the subquery join object.
- correlate(ListJoin<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Correlates a join to a List-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
- correlate(MapJoin<X, K, V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Correlates a join to a Map-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
- correlate(Root<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Correlates a root of the enclosing query to a root of the subquery and returns the subquery root.
- correlate(SetJoin<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Correlates a join to a Set-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
- correlatedJoins - Variable in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- correlatedParent - Variable in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
- correlations - Variable in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- cos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- cos(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Cos - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- cosh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- cosh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Cosh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- cot() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- cot(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Cot - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- COULD_NOT_BE_CONVERTED - Static variable in exception class org.eclipse.persistence.exceptions.ConversionException
- COULD_NOT_BE_CONVERTED_EXTENDED - Static variable in exception class org.eclipse.persistence.exceptions.ConversionException
- COULD_NOT_BE_CONVERTED_TO_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ConversionException
- COULD_NOT_BIND_JNDI - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- COULD_NOT_CONVERT_OBJECT_TYPE - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- COULD_NOT_CONVERT_TO_BYTE_ARRAY - Static variable in exception class org.eclipse.persistence.exceptions.ConversionException
- COULD_NOT_CREATE_CONTEXT_FOR_XML_MODEL - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- COULD_NOT_CREATE_CUSTOMIZER_INSTANCE - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- COULD_NOT_DELETE_FILE - Static variable in exception class org.eclipse.persistence.eis.EISException
- COULD_NOT_FIND_CAST_DESCRIPTOR - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- COULD_NOT_FIND_DRIVER_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- COULD_NOT_FIND_MAP_KEY - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS - Static variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- COULD_NOT_FIND_PERSISTENCE_UNIT_BUNDLE - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- COULD_NOT_FIND_PROJECT_XML - Static variable in exception class org.eclipse.persistence.exceptions.SessionLoaderException
- COULD_NOT_GET_CLASS_NAMES_FROM_URL - Static variable in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- COULD_NOT_GET_PERSISTENCE_UNIT_INFO_FROM_URL - Static variable in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- COULD_NOT_INITIALIZE_DOM_HANDLER_CONVERTER - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- COULD_NOT_INSTANTIATE_CONTAINER_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- COULD_NOT_INSTANTIATE_INDIRECT_CONTAINER_CLASS - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- COULD_NOT_LOAD_CLASS_FROM_METADATA - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- COULD_NOT_LOCATE_DESCRIPTOR - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_LOCATE_FILE - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_LOCATE_QUERY_FOR_SESSION - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_PARSE_DBWS_FILE - Static variable in exception class org.eclipse.persistence.exceptions.DBWSException
- COULD_NOT_UNMARSHAL_METADATA - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- couldNotBeConverted(Object, Class<?>) - Static method in exception class org.eclipse.persistence.exceptions.ConversionException
- couldNotBeConverted(Object, Class<?>, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ConversionException
- couldNotBeConverted(Object, Object, ConversionException) - Static method in exception class org.eclipse.persistence.exceptions.ConversionException
- couldNotBeConvertedToClass(Object, Class<?>, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ConversionException
- couldNotBindJndi(String, Object, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- couldNotBuildPersistenceUntiName(Exception, String, String) - Static method in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- couldNotConvertObjectType(int) - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
- couldNotConvertToByteArray(Object) - Static method in exception class org.eclipse.persistence.exceptions.ConversionException
- couldNotCreateContextForXmlModel() - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- couldNotCreateContextForXmlModel(Exception) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- couldNotCreateCustomizerInstance(Exception, String) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
-
This exception should be used when a descriptor customizer instance cannot be created.
- couldNotDeleteFile(Object[]) - Static method in exception class org.eclipse.persistence.eis.EISException
- couldNotFindCastDescriptor(Class<?>, Expression) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- couldNotFindDriverClass(Object, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- couldNotFindMapKey(String, Object, DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- couldNotFindPersistenceUnitBundle(String) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
-
INTERNAL: An OSGi application is trying to instantiate a persistence unit for which a bundle does not exist
- couldNotFindProjectXml(String) - Static method in exception class org.eclipse.persistence.exceptions.SessionLoaderException
- couldNotGetClassNamesFromUrl(URL) - Static method in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- couldNotGetUnitInfoFromUrl(URL) - Static method in exception class org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
- couldNotInitializeDomHandlerConverter(Exception, String, String) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
-
This exception should be used when DomHandlerConverter initialization fails.
- couldNotInstantiateContainerClass(Class<?>, Exception) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- couldNotInstantiateIndirectContainerClass(Class<?>, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- couldNotLoadClassFromMetadata(String) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- couldNotLocateDescriptorForOperation(String, String) - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- couldNotLocateFile(String) - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
- couldNotLocateORSessionForService(String) - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
- couldNotLocateOXSessionForService(String) - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
- couldNotLocateQueryForDescriptor(String, String) - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- couldNotLocateQueryForSession(String, String) - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
-
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- couldNotParseDBWSFile() - Static method in exception class org.eclipse.persistence.exceptions.DBWSException
- couldNotTranslatePropertiesIntoObject(Object, String, String, Exception) - Static method in exception class org.eclipse.persistence.exceptions.ConversionException
- couldNotUnmarshalMetadata(Exception) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
-
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- count - Variable in class org.eclipse.persistence.internal.helper.IdentityHashSet
- count - Variable in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
- count - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
- count() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: This represents the aggregate function Average.
- count() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the COUNT operator.
- count() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
Disable binding support.
- count(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- count(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an expression applying the count operation.
- count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- count(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression)
. - Count - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Aggregate operators
- COUNT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'COUNT'.
- countDistinct(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an expression applying the count distinct operation.
- countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- countDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression)
. - COUNTER - Static variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
- counterFieldName - Variable in class org.eclipse.persistence.sequencing.TableSequence
-
Hold the name of the column in the sequence table which specifies the sequence numeric value
- counterFieldName - Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
Hold the name of the only column in multiple single-column tables
- CountFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the aggregate functions.
- CountFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
Creates a new
CountFunction
. - CountFunction_DistinctEmbeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CountFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CountFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CountFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CountFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- CountFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
CountFunctionFactory
creates a newCountFunction
when the portion of the query to parse starts with COUNT. - CountFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
-
Creates a new
CountFunctionFactory
. - countFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- CountFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
One of the aggregate functions.
- CountFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new
CountFunctionStateObject
. - CountFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new
CountFunctionStateObject
. - CountFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new
CountFunctionStateObject
. - CountFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new
CountFunctionStateObject
. - CountFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new
CountFunctionStateObject
. - CountNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- CountNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CountNode
- countOccurrencesOf(Object, List<?>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return an integer representing the number of occurrences (using equals()) of the specified object in the specified list.
- COVEREDBY - Enum constant in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
- COVERS - Enum constant in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
- cr() - Static method in exception class org.eclipse.persistence.exceptions.EclipseLinkException
-
INTERNAL: Convenience method - return a platform-specific line-feed.
- cr() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
- cr() - Static method in class org.eclipse.persistence.internal.core.helper.CoreHelper
-
Return a string containing the platform-appropriate characters for carriage return.
- cr() - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return a string containing the platform-appropriate characters for carriage return.
- cr() - Static method in class org.eclipse.persistence.internal.oxm.Constants
-
Return a string containing the platform-appropriate characters for carriage return.
- CR - Static variable in exception class org.eclipse.persistence.exceptions.EclipseLinkException
- CR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreHelper
-
Store CR string, for some reason \n is not platform independent.
- CR - Static variable in class org.eclipse.persistence.internal.helper.Helper
-
Store CR string, for some reason \n is not platform independent.
- CR - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
-
Carriage return
- create(Type) - Method in interface commonj.sdo.helper.DataFactory
-
Create a DataObject of the Type specified.
- create(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
- create(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
- create(Type) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
-
Return a new DataObject of the specified Type.
- create(Class) - Method in interface commonj.sdo.helper.DataFactory
-
Create a DataObject supporting the given interface.
- create(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
- create(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
- create(String, String) - Method in interface commonj.sdo.helper.DataFactory
-
Create a DataObject of the Type specified by typeName with the given package uri.
- create(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
- create(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
- create(String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
- create(List<Field>, Node, List<XMLEntry>, Field, DocumentPreservationPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
- create(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
A part of the facade over the JPA API.
- create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
-
INTERNAL:
- create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
-
INTERNAL:
- create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
-
INTERNAL:
- create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
-
INTERNAL:
- create(MetamodelImpl, ClassDescriptor) - Static method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
-
INTERNAL: Return an instance of a ManagedType based on the RelationalDescriptor parameter
- create(MetamodelImpl, ClassDescriptor) - Static method in class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
-
INTERNAL: Return an instance of a MappedSuperclassType based on the RelationalDescriptor.
- create(Field, Node, Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
- create(Field, Node, Object, Field, DocumentPreservationPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
-
Create the node path specified by
xpathString
underelement
and initialize the leaf node withvalue
. - create(Field, Node, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
-
Create the node path specified by
xpathString
underelement
. - CREATE - Enum constant in enum org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.TableCreationType
- CREATE_CONTAINER_EMF_NOT_SUPPORTED_IN_OSGI - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- CREATE_JDBC_DDL_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The property "
eclipselink.create-ddl-jdbc-file-name
" specifies the name of the DDL file which is used to create database tables. - CREATE_ONLY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "
create-tables
" specifies that database tables should be created. - CREATE_OPERATION_NAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
- CREATE_OPERATION_NAME - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- CREATE_OR_EXTEND - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The parameter value "
create-or-extend-tables
" specifies that database tables should be created and if existing, missing columns will be added. - CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CREATE_TEMP_TABLE - Static variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
- createAccessorFor(JavaClass, Property, Helper, AccessorFactoryWrapper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
- createAggregateTargetTable(AggregateCollectionMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Add the foreign key to the aggregate collection mapping target table.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
Deprecated.
- createAnnotationVisitor(int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createAnnotationVisitor(int, AnnotationVisitor) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createArchive(URL, String, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
- createArchive(URL, String, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
-
Return an instance of an implementer of Archive that can process the URL provided This instance will allow access to the persistence descriptor associated with this archive through the getDescriptorStream() method
- createArchive(URL, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
- createArchive(URL, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
-
Return an instance of an implementer of Archive that can process the URL provided
- createArguments(DatabaseQuery, String, Number) - Method in class org.eclipse.persistence.sequencing.QuerySequence
-
INTERNAL:
- createArray(String, Object[], Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Platforms that support java.sql.Array may override this method.
- createArray(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL: Platforms that support java.sql.Array may override this method.
- createArray(String, Object[], AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: This method builds an Array using the unwrapped connection within the session
- createBeanUsingKey(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Use the key to create a bean and initialize its primary key fields.
- createBeanUsingKey(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
-
INTERNAL: Use the key to create a bean and initialize its primary key fields.
- createBinder() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBBinder.
- createBinder() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLBinder
- createBinder(Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBBinder.
- createBinder(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
- createBinder(XMLMarshaller, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLBinder with supplied marshaller and unmarshaller instances.
- createByQualifiedName(String, String, boolean) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a new object instance for a given XML namespace and name.
- createByQualifiedName(String, String, boolean) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new object instance for a given XML namespace and name.
- createByXPath(Object, String, NAMESPACE_RESOLVER, Class<T>) - Method in class org.eclipse.persistence.internal.oxm.Context
-
Create a new object instance for a given XPath, relative to the parentObject.
- createByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a new object instance for a given XPath, relative to the parentObject.
- createByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new object instance for a given XPath, relative to the parentObject.
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Create the correct type of CacheKey for this map.
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
-
Use a ReferenceCacheKey that also stores the linked list node to manage the LRU sub-cache of references.
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.SoftIdentityMap
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
- createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
- createCacheKeyInterceptor(CacheKey) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
- createCall() - Method in class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler
- createCall() - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
- createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Creates a CollectionChangeEvent for the container
- createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
INTERNAL: Creates a CollectionChangeEvent for the container
- createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Creates a CollectionChangeEvent for the container
- createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL: Creates a CollectionChangeEvent for the container
- createChangeSetForKeys(Map, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Create change sets that contain map keys.
- createChangeSetForKeys(Map, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Create change sets that contain map keys.
- createClass() - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
-
This is where the byte codes for the generic subclass are defined and the class is created dynamically from them.
- createClassReader(byte[]) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassReader(byte[], int, int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassReader(InputStream) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassReader(InputStream, boolean) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassVisitor(int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassVisitor(int, ClassVisitor) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassWriter() - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassWriter(int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createClassWriter(ClassReader, int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createCloneQueryValueHolder(ValueHolderInterface<T>, Object, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
- createCloneQueryValueHolder(ValueHolderInterface<T>, Object, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- createCloneTransformationValueHolder(ValueHolderInterface<T>, Object, Object, AbstractTransformationMapping) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
- createCloneTransformationValueHolder(ValueHolderInterface<T>, Object, Object, AbstractTransformationMapping) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- createCloneValueHolder(ValueHolderInterface<T>, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
INTERNAL: Builder the unit of work value holder.
- createCloneValueHolder(ValueHolderInterface<T>, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Builder the unit of work value holder.
- createCloneValueHolder(ValueHolderInterface<T>, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: Builder the unit of work value holder.
- createCloneValueHolder(ValueHolderInterface<T>, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
-
INTERNAL: Builder the unit of work value holder.
- createCollection() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- createCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL: Create the multicast socket and join the multicast group.
- createCompoundQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
-
Translates from the criteria query to a EclipseLink Database Query.
- createConcatOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
- createConcreteSubclass() - Method in class org.eclipse.persistence.jpa.rs.util.ConcreteSubclassFactory
-
Creates a new ConcreteSubclass object.
- createConcurrencyManagerState(Map<Thread, DeferredLockManager>, Map<Thread, ReadLockManager>, Map<Thread, ConcurrencyManager>, Map<Thread, String>, Map<Thread, Set<ConcurrencyManager>>, Map<Thread, ConcurrencyManager>, Map<Thread, String>, Set<Thread>, Map<Thread, String>, Map<Thread, Set<Object>>) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
create a DTO that tries to represent the current snapshot of the concurrency manager and write lock manager cache state
- createConnection(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: This method creates JGroupsRemoteConnection to be used by this TransportManager.
- createConnection(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL: This method creates JMSTopicRemoteConnection to be used by this TransportManager.
- createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
INTERNAL: No-op implementation of super abstract method since there is only one connection to a known topic.
- createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
INTERNAL: Create and return a wrapper of a CORBA remote connection to the specified service
- createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL: Create and return an RMI remote connection to the specified service
- createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL: Return a remote connection to the specified service
- createConnectionCustomizer(Accessor, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL:
- createConnectionCustomizer(Accessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL:
- createConnectionFromJNDI(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL: Look the specified remote object up in JNDI and return a Connection to it.
- createConnectionFromJNDI(String, String) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIIIOPTransportManager
-
INTERNAL: Look the specified remote object up in JNDI and return a Connection to it.
- createConnectionFromRegistry(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL: Look the specified remote object up in the RMIRegistry and return a Connection to it.
- createConnectionPolicies(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create connection policy using properties.
- createConnectionPolicy() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create connection policy using properties.
- createConnectionPolicy(ServerSession, Map) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create connection policy using properties.
- createConnections() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
INTERNAL: BroadcastTransportManager doesn't use DiscoveryManager (createDiscoveryManager method returns null) therefore this method called during RCM initialization to create all the necessary connections.
- createConnections() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: JGroups does not require a DiscoveryManager, therefore this method is called during RCM initialization to create all the necessary connections.
- createConnections() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL: JMSTopicTransportManager doesn't use DiscoveryManager, therefore this method is called during RCM initialization to create all the necessary connections.
- createConnections() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL: Does nothing by default.
- createConstraints(List<TableDefinition>, DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Create constraints.
- createConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Execute the SQL alter table constraint creation string.
- createConstraints(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Create constraints.
- createConstraints(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Create constraints.
- createConstraints(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Create constraints.
- createConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Use the table definition to add the constraints to the database, this is normally done in two steps to avoid dependencies.
- createConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Execute the SQL alter table constraint creation string.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Called by the container when an EntityManagerFactory is to be created.
- createContainerEntityManagerFactoryImpl(PersistenceUnitInfo, Map, boolean) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
- createContainerEntityManagerFactoryNotSupportedInOSGi() - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
-
INTERNAL: Our OSGI persistence provider does not support a JavaEE-type deployment
- createContext(Class<?>[], Map<String, ?>) - Method in class org.eclipse.persistence.jaxb.XMLBindingContextFactory
- createContext(Class<?>[], Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Unsupported Operation.
- createContext(Class<?>[], Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on the array of Class objects.
- createContext(Class<?>[], Map<String, Object>, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on the array of Class objects.
- createContext(Type[], Map<String, Object>, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on the array of Type objects.
- createContext(String, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on context path.
- createContext(String, ClassLoader, Map<String, ?>) - Method in class org.eclipse.persistence.jaxb.XMLBindingContextFactory
- createContext(String, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Create a
DynamicJAXBContext
, using either an XML Schema, EclipseLink OXM file, or EclipseLinksessions.xml
as the metadata source. - createContext(String, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on context path.
- createContext(TypeMappingInfo[], Map<String, Object>, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Create a JAXBContext on the array of TypeMappingInfo objects.
- createContextFromOXM(ClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Create a
DynamicJAXBContext
, using an EclipseLink OXM file as the metadata source. - createContextFromXSD(InputStream, EntityResolver, ClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Create a
DynamicJAXBContext
, using XML Schema as the metadata source. - createContextFromXSD(Source, EntityResolver, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Create a
DynamicJAXBContext
, using XML Schema as the metadata source. - createContextFromXSD(Node, EntityResolver, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
-
Create a
DynamicJAXBContext
, using XML Schema as the metadata source. - createContextState() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
- createConverter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterManager
-
Create an instance of field value to JDBC data type converter mapped to provided
Converter
metadata class name. - createCopy(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Create a copy of this
DynamicClassWriter
but with a different parent class. - createCopyPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Create a copy policy of the type passed in as a string.
- createCriteriaDelete(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- createCriteriaUpdate(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- createCurrentDateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
- createCurrentTimeOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
- createCustomizer(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
-
Attempts to create ConnectionCustomizer.
- createCustomizer(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Attempts to create ConnectionCustomizer.
- createDatabaseEventListener(Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DatabaseEventListenerFactory
- createDatabaseQuery() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Returns a DatabaseQuery instance for this ParseTree.
- createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DeleteNode
-
INTERNAL Returns a DatabaseQuery instance representing the owning ParseTree.
- createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
-
INTERNAL Returns a DatabaseQuery instance according to the kind of the query the owning ParseTree represents: SELECT, UPDATE or DELETE.
- createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
-
Returns a DatabaseQuery instance representing the owning ParseTree.
- createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.UpdateNode
-
INTERNAL Returns a DatabaseQuery instance representing the owning ParseTree.
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
-
Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
-
Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
INTERNAL: Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseSchema(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Execute the DDL to create the database schema for this object.
- createDatabaseSchema(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Execute the DDL to create the database schema for this object.
- createDatabaseSchemaOnDatabase(AbstractSession, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Execute the DDL to create the database schema for this object.
- createDatabaseSchemaOnDatabase(AbstractSession, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL: Execute the DDL to create the database schema for this object.
- createDatabaseSchemas - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Flag to determine if database schemas should be created during DDL generation
- createDatabaseSession() - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
INTERNAL: Factory method to create session.
- createDatabaseSession() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Factory method to create session.
- createDataObject(int) - Method in interface commonj.sdo.DataObject
-
Returns a new
data object
contained by this object using the specified property, which must be acontainment property
. - createDataObject(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
- createDataObject(int, String, String) - Method in interface commonj.sdo.DataObject
-
Returns a new
data object
contained by this object using the specified property, which must be acontainment property
. - createDataObject(int, String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
- createDataObject(Property) - Method in interface commonj.sdo.DataObject
-
Returns a new
data object
contained by this object using the specified property, which must be acontainment property
. - createDataObject(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
- createDataObject(Property, Type) - Method in interface commonj.sdo.DataObject
-
Returns a new
data object
contained by this object using the specified property, which must be ofcontainment type
. - createDataObject(Property, Type) - Method in class org.eclipse.persistence.sdo.SDODataObject
- createDataObject(String) - Method in interface commonj.sdo.DataObject
-
Returns a new
data object
contained by this object using the specified property, which must be acontainment property
. - createDataObject(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
- createDataObject(String, String, String) - Method in interface commonj.sdo.DataObject
-
Returns a new
data object
contained by this object using the specified property, which must be acontainment property
. - createDataObject(String, String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
- createdDatabaseSchemas - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- createdDatabaseSchemasOnDatabase - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- createDDLs - Variable in class org.eclipse.persistence.tools.dbws.oracle.ShadowDDLGenerator
- createDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC: Returns clone of the default fetch group.
- createDefaultTables(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Create the default table schema for the project this session associated with.
- createDeployFailedPersistenceException(Throwable) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- createDescriptorNamedQuery(String, Class<?>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createDescriptorNamedQuery(String, Class<?>) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will create a query object that wraps a EclipseLink Named Query.
- createDescriptorNamedQuery(String, Class<?>, List) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createDescriptorNamedQuery(String, Class<?>, List) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method will create a query object that wraps a EclipseLink Named Query.
- createDestinationDirectory(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
-
This method creates an output directory for post-rename file(s).
- createDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
ADVANCED: BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager calls createConnections method during initialization.
- createDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
ADVANCED: Factory of new DiscoveryManager for different transports.
- createDisplayString() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
-
INTERNAL:
- createDisplayString() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Used for debug logging
- createDisplayString() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
-
INTERNAL: Used for debug logging
- createDocument() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
- createDocument() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
- createDocument() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Creates a new document.
- createDocument(DataObject, String, String) - Method in interface commonj.sdo.helper.XMLHelper
-
Creates an XMLDocument with the specified XML rootElement for the DataObject.
- createDocument(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
-
Creates an XMLDocument with the specified XML rootElement for the DataObject.
- createDocument(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
- createDocumentBuilderFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
-
Returns properly configured (e.g.
- createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
- createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
- createDocumentWithPublicIdentifier(String, String, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Creates a new document with the specified public and system identifiers in the DOCTYPE, and adds a root element with the specified name.
- createDocumentWithSystemIdentifier(String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
- createDocumentWithSystemIdentifier(String, String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
- createDocumentWithSystemIdentifier(String, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
-
Creates a new document with the specified system identifier in the DOCTYPE, and adds a root element with the specified name.
- createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
-
Allow the platform to handle the creation of the DOM record.
- createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
-
Allow the platform to handle the creation of the DOM record.
- createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Allow the platform to handle the creation of the DOM record.
- createdORDescriptors - Variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- createDynamicAdapter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create an adapter for given
className
- createDynamicAdapter(String) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
- createDynamicClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a new dynamic entity type for the specified name assuming the use of the default writer and its default parent class.
- createDynamicClass(String, Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a new dynamic entity type for the specified name with the specified parent class.
- createDynamicClass(String, DynamicClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a dynamic class registering a writer and then forcing the provided class name to be loaded.
- createDynamicClass(String, DynamicClassWriter) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
- createDynamicClass(MetadataDescriptor, Map<String, MetadataDescriptor>, DynamicClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Create the dynamic class using JPA metadata processed descriptors.
- createDynamicClasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
-
INTERNAL: During EntityManagerSetup deploy, using the real class loader we must create our dynamic classes.
- createDynamicClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Create the dynamic class using JPA metadata processed descriptors.
- createDynamicCollectionAdapter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a collection adapter for given
className
- createDynamicCollectionAdapter(String) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
- createDynamicJAXBContext(Session) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Create a JAXBContext based on the EntityManagerFactory for this PersistenceContext.
- createDynamicReferenceAdapter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Create a reference for given
className
- createDynamicReferenceAdapter(String) - Method in class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
- createDynamicType(MetadataDescriptor, Map<String, DynamicType>, DynamicClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Create the dynamic types using JPA metadata processed descriptors.
- createElementsForTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- createEmptyCustomizer(Session) - Static method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
- createEmptyObject() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
-
INTERNAL: Create an empty object to be used by empty, complex or simple events.
- createEntityGraph(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createEntityGraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createEntityListenerAndInjectDependencies(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
-
Create the wrapped listener and trigger CDI injection.
- createEntityManager() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
PUBLIC: Returns an EntityManager for this deployment.
- createEntityManager() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
-
PUBLIC: Returns an EntityManager for this deployment.
- createEntityManager(SynchronizationType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
- createEntityManager(SynchronizationType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
- createEntityManager(SynchronizationType, Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
- createEntityManager(SynchronizationType, Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
- createEntityManager(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
A part of the facade over the JPA API Create an EntityManager from the EntityManagerFactory wrapped by this persistence context
- createEntityManager(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
-
PUBLIC: Returns an EntityManager for this deployment.
- createEntityManager(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
-
PUBLIC: Returns an EntityManager for this deployment.
- createEntityManagerFactory(PersistenceUnitInfo, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
A part of the facade over the JPA API.
- createEntityManagerFactory(String) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Create a EclipseLink EMF using a session name and sessions.xml.
- createEntityManagerFactory(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Called by Persistence class when an EntityManagerFactory is to be created.
- createEntityManagerFactory(PersistenceUnit) - Method in class org.eclipse.persistence.jpa.config.RuntimeFactory
- createEntityManagerFactory(Server) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Create a EclipseLink EMF given a ServerSession that has already been created and logged in.
- createEntityManagerFactoryImpl(PersistenceUnitInfo, Map, boolean) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
-
Internal method to return the entity manager factory.
- createEntityManagerImpl(Map, SynchronizationType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
- createEntityManagerImpl(Map, SynchronizationType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
- createEnum(DynamicClassLoader.EnumInfo) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
- createException(Exception) - Static method in exception class org.eclipse.persistence.eis.EISException
- createException(Object[], int) - Static method in exception class org.eclipse.persistence.eis.EISException
- createExpressionFor(DatabaseField, Expression, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Override this method if the platform needs to use a custom function based on the DatabaseField
- createExpressionFor(DatabaseField, Expression, String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
- createExternalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: JGroups only has a single connection.
- createExternalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL: JMSPublishingTransportManager has maximum one external connection.
- createField(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
INTERNAL:
- createField(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Create a new Database Field This method can be overridden by subclasses to return other field types
- createField(String) - Method in class org.eclipse.persistence.internal.oxm.Context
- createField(String) - Method in class org.eclipse.persistence.oxm.XMLContext
- createField(String, Class<?>) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- createFieldAccessor(Class<?>, Field, boolean) - Method in class org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper
- createFieldRemapper(FieldVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for fields.
- createFieldVisitor(int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createFieldVisitor(int, FieldVisitor) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createFullFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC: Returns clone of the full fetch group - contains all the attributes, no nesting.
- createGeneric(String, SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOClassLoader
- createGlobalAttribute(XPathFragment, Schema, Schema, Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Create a global attribute.
- createGlobalElement(XPathFragment, Schema, Schema, boolean, boolean, Property, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Create a global element.
- createIndexedRecord(String) - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory
- createIndexedRecord(String) - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory
-
Create and return an indexed record
- createIndexedRecord(String) - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory
- createIndexedRecord(String) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory
- createIndexedRecord(String) - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory
- createIndexedRecord(String) - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory
- createIndexes(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Write the SQL create index string to create index if passed a writer, else delegate to a method that executes the string on the database. - createIndexList(Map<DatabaseTable, OuterJoinExpressionHolder>, Map<DatabaseTable, Integer>) - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
- createIndirectList() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct an empty
IndirectList
with the default initial capacity (10) and default capacity increment (0). - createIndirectList(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct an empty
IndirectList
with the specified initial capacity and default capacity increment (0). - createIndirectList(int, int) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
Construct an empty
IndirectList
with the specified initial capacity and capacity increment. - createIndirectList(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct an
IndirectList
containing the elements of the specified collection, in the order they are returned by the collection's iterator. - createIndirectList(Collection<? extends E>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
Constructs an
IndirectList
containing the elements of the specified collection, in the order they are returned by the collection's iterator. - createIndirectMap() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct a new, empty
IndirectMap
with the default initial capacity (11) and the default load factor (0.75). - createIndirectMap(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct a new, empty
IndirectMap
with the specified initial capacity and the default load factor (0.75). - createIndirectMap(int, float) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
Construct a new, empty
IndirectMap
with the specified initial capacity and the specified load factor. - createIndirectMap(Map<? extends K, ? extends V>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct a new
IndirectMap
with the same mappings as the given Map. - createIndirectMap(Map<? extends K, ? extends V>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
Construct a new
IndirectMap
with the same mappings as the given Map. - createIndirectSet() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct an empty
IndirectSet
with the default initial capacity (10) and the default load factor (0.75). - createIndirectSet(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Construct an empty
IndirectSet
with the specified initial capacity and the default load factor (0.75). - createIndirectSet(int, float) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
Construct an empty
IndirectSet
with the specified initial capacity and the specified load factor. - createIndirectSet(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
-
Constructs an
IndirectSet
containing the elements of the specified collection. - createIndirectSet(Collection<? extends E>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
-
Constructs an
IndirectSet
containing the elements of the specified collection. - createInformationAboutAllResourcesAcquiredAndDeferredByAllThreads(ConcurrencyManagerState) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Log information about all threads tracked in the concurrency manager.
- createInformationAboutAllResourcesAcquiredAndDeferredByThread(ReadLockManager, DeferredLockManager, Set<ConcurrencyManager>, ConcurrencyManager, boolean, Thread, int, int, Set<Object>, String) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Build a string that tries to describe in as much detail as possible the resources associated to the current thread.
- createInformationAboutAllThreadsWaitingToAcquireReadCacheKeys(Map<Thread, ConcurrencyManager>, Map<Thread, String>) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
In this page of log dumping information we want to give a summary to the user of threads that appear to be stuck doing an acquire of the cache key.
- createInformationAboutAllThreadsWaitingToReleaseDeferredLocks(Set<Thread>) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
Log information about threads not moving forward because they are waiting for the
isBuildObjectOnThreadComplete
to return true. - createInjectionManager(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
- createInOutParameter(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
INTERNAL: Returns INOUT parameter.
- createInOutParameter(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Returns INOUT parameter.
- createInputDOM(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Create a DOM for this interaction.
- createInputDOM(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
Create a DOM for this interaction.
- createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Create the appropriate input record for this interaction.
- createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
Create an indexed input record for this interaction.
- createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
Create a mapped input record for this interaction.
- createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
Create a DOM input record for this interaction.
- createInputRecord(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Allow the platform to create the appropriate type of record for the interaction.
- createInputRecord(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.Allow the platform to create the appropriate type of record for the interaction.
- createInputRecord(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
Allow the platform to create the appropriate type of record for the interaction.
- createInstantiationPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Create a instantiation policy of the type passed in as a string.
- createInteraction() - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnection
- createInteraction() - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnection
-
Create a CciJMSInteraction for this connection.
- createInteraction() - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnection
- createInteraction() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoConnection
- createInteraction() - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseConnection
- createInteraction() - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLConnection
- createInteraction() - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLConnection
- createInternal(String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
- createJarFromDirectory(String, String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
- createJavaAttribute(JavaAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
JavaType
- createJavaTypeJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
JavaType.JavaAttributes
- createJAXBElement(QName, Class<?>, Object) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- createJAXBElementFromXMLRoot(Root, Class<?>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- createJAXBIntrospector() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Creates a JAXBIntrospector object.
- createJAXBProperties(Session) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
Build the set of properties used to create the JAXBContext based on the EntityManagerFactory that this PersistenceContext wraps
- createLabel() - Static method in class org.eclipse.persistence.asm.ASMFactory
- createListExplainingDeadLock(DeadLockComponent) - Method in class org.eclipse.persistence.internal.helper.ExplainDeadLockUtil
-
When the last (repeating thread) of a dead lock is discovered and we start the unwinding of the recursion, the first DTO we create is flagged with
DeadLockComponent.isFirstRepeatingThreadThatExplainsDeadLock()
but it lacks all additional metadata. - createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
INTERNAL: Create the local command connection for this transport in a naming service and return it.
- createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
-
INTERNAL: JGroups only requires a single connection.
- createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
INTERNAL: JMSPublishingTransportManager has only two connections: one local and one external.
- createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
-
INTERNAL: JMSTopicTransportManager may have only two connections: one local and one external.
- createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL: Create the local command connection for this transport in a naming service and return it.
- createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL: Put the remote connection to local host in naming service and return the of the created remote connection
- createLocalConnectionInJNDI() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL: Put the local command connection of this transport in JNDI and return it
- createLocalConnectionInJNDI() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIIIOPTransportManager
-
INTERNAL: Put the local command connection of this transport in JNDI and return it
- createLocalConnectionInRegistry() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
-
INTERNAL: Put the local command connection of this transport in the Registry and return it
- createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.HANAPlatform
-
INTERNAL: Build locate operator with 3 params i.e.
- createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
- createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.HANAPlatform
-
INTERNAL: Build locate operator i.e.
- createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
- createMajorKey(Object) - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteraction
-
Convert the key into a proper key list.
- createMajorKey(ClassDescriptor, AbstractRecord, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.NoSQL stores the data in a single big map.
- createMajorKey(ClassDescriptor, AbstractRecord, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
NoSQL stores the data in a single big map.
- createManagedBeanAndInjectDependencies(Class<T>) - Method in class org.eclipse.persistence.internal.sessions.cdi.DisabledInjectionManager
- createManagedBeanAndInjectDependencies(Class<T>) - Method in interface org.eclipse.persistence.internal.sessions.cdi.InjectionManager
- createManagedBeanAndInjectDependencies(Class<T>) - Method in class org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl
-
Creates an instance of the CDI managed bean.
- createMap() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
This method is used internally to create a map to hold the persistenceContexts.
- createMap(int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
This method is used internally to create a map to hold the persistenceContexts.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is used.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createMappedRecord(String) - Method in class org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory
- createMappedRecord(String) - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory
-
Mapped records are not supported
- createMappedRecord(String) - Method in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory
- createMappedRecord(String) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory
- createMappedRecord(String) - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory
- createMappedRecord(String) - Method in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory
- createMarshaller() - Method in class org.eclipse.persistence.internal.oxm.Context
- createMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBMarshaller.
- createMarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLMarshaller
- createMarshaller(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
- createMarshaller(PersistenceContext, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
- createMessage(Object, QueueSession) - Method in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteraction
-
This helper method will create the appropriate JMS message according to the input record data type.
- createMethodRemapper(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for methods.
- createMethodVisitor(int) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createMethodVisitor(int, MethodVisitor) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createMinimalFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
PUBLIC: Returns clone of the minimal fetch group.
- createModifyRowForAddTargetQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL:
- createModifyRowForAddTargetQuery() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
-
INTERNAL:
- createModuleRemapper(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for modules.
- createMongoConnectionFactory() - Method in class org.eclipse.persistence.nosql.adapters.mongo.Mongo2ConnectionSpec
- createMongoConnectionFactory() - Method in class org.eclipse.persistence.nosql.adapters.mongo.Mongo3ConnectionSpec
- createMongoConnectionFactory() - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec
- createMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Create multiple table insert order.
- createMultipleTableInsertOrderFromComparison(int[][], int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: This helper method creates multipleTableInsertOrderFromComparison using comparison matrix created by createTableComparison(getTables()) method call.
- createNamedQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of Query for executing a named query (in EJBQL or native SQL).
- createNamedQuery(String, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of TypedQuery for executing a named query (in the Java Persistence query language or in native SQL).
- createNamedStoredProcedureQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
- createNativeQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of Query for executing a native SQL query.
- createNativeQuery(String, Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using SQL.
- createNativeQuery(String, String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of Query for executing a native SQL query.
- createNewDocument(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Creates a new Document and returns the root element of that document
- createNewDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Creates a new Document and returns the root element of that document
- createNewLevel(boolean, JsonBuilderRecord.Level, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
- createNewLevel(boolean, T, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- createNode() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Instantiate an instance of the operator's node class.
- createObject(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Either drop from the database directly or write the statement to a file.
- createObject(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Use the definition object to create the schema entity on the database.
- createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
-
INTERNAL: Create ObjectChangeSet
- createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: Create ObjectChangeSet
- createObjectChangeSet(Object, UnitOfWorkChangeSet, boolean, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Used by the ObjectBuilder to create an ObjectChangeSet for the specified clone object.
- createObjectChangeSet(Object, UnitOfWorkChangeSet, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Used by the ObjectBuilder to create an ObjectChangeSet for the specified clone object.
- createObjectChangeSet(Object, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Used by the ObjectBuilder to create an ObjectChangeSet for the specified clone object.
- createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
-
INTERNAL: Create ObjectChangeSet
- createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
-
INTERNAL: Create ObjectChangeSet through comparison.
- createObjectGraph(Class<?>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- createObjectGraph(Object, FieldsFilter) - Method in class org.eclipse.persistence.jpa.rs.util.ObjectGraphBuilder
-
Builds object graph for specified object using given filter.
- createObjectGraph(String) - Method in class org.eclipse.persistence.jaxb.JAXBContext
- createOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
-
INTERNAL: Execute the DDL to create this object.
- createOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERNAL: Creates this sequence definition on the database.
- createOrReplaceSequences(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Common implementor for createSequence and replaceSequence
- createOrReplaceSequences(boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Common implementor for createSequence and replaceSequence, distinguishes between sequence tables and sequence objects
- createOutput(String, String) - Method in class org.eclipse.persistence.internal.jaxb.JAXBSchemaOutputResolver
-
Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
- createOutput(String, String) - Method in interface org.eclipse.persistence.internal.oxm.schema.SchemaModelOutputResolver
-
Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
- createOutputRecord(EISInteraction, AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Allow the platform to create the appropriate type of record for the interaction.
- createOutputRecord(EISInteraction, AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
-
For updates a separate translation record is required.
- createParserFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
-
Returns properly configured (e.g.
- createPlatform(Class<? extends DatabasePlatform>) - Method in class org.eclipse.persistence.internal.databaseaccess.JsonPlatformManager
-
Creates
DatabaseJsonPlatform
implementation instance registered for provided database platform. - createPlatformDefaultSequence() - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
-
INTERNAL: Create platform-default Sequence
- createPlatformDefaultSequence() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Create platform-default Sequence
- createPlatformDefaultSequence() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
INTERNAL: Create platform-default Sequence
- createPlatformDefaultSequence() - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
-
INTERNAL: Create platform-default Sequence
- createPlatformDefaultSequence() - Method in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
-
Deprecated.INTERNAL: NoSQL does not support id generation, so use UUID as the default.
- createPlatformDefaultSequence() - Method in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
-
INTERNAL: NoSQL does not support id generation, so use UUID as the default.
- createPlatformDefaultSequenceUndefined(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- createPredeployFailedPersistenceException(Throwable) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- createPrimaryKeyExpression(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Creates and stores primary key expression.
- createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Use the key to create a EclipseLink primary key.
- createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
-
INTERNAL: Use the key to create a EclipseLink primary key.
- createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
- createPrimaryKeyInstance(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Create an instance of the Id class or value from the object.
- createPrimaryKeyInstanceFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Create an instance of the composite primary key class for the key object.
- createPrimaryKeyInstanceFromPrimaryKeyValues(AbstractSession, int[], Object...) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
-
INTERNAL: Create an instance of the composite primary key class for the key object.
- createProperties(DynamicClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
-
Provide an initial set of properties for bootstrapping PersistenceContexts.
- createPropertyAccessor(Class<?>, Method, Method) - Method in class org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper
- createProtectedInstanceFromCachedData(Object, Integer, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: This method is similar to getAndCloneCacheKeyFromParent.
- createQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a Criteria query object.
- createQuery(CriteriaDelete) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createQuery(CriteriaQuery<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createQuery(CriteriaUpdate) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
- createQuery(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a Criteria query object.
- createQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of Query for executing an JPQL query.
- createQuery(String, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of TypedQuery for executing a Java Persistence query language statement.
- createQuery(Expression, Class<?>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using a EclipseLink Expression and the return type.
- createQuery(Expression, Class<?>) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method is used to create a query using a EclipseLink Expression for the entity class.
- createQuery(Call) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using a EclipseLink Call.
- createQuery(Call) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method is used to create a query using a EclipseLink Call.
- createQuery(Call, Class<?>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using a EclipseLink Call.
- createQuery(Call, Class<?>) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method is used to create a query using a EclipseLink Call for the entity class.
- createQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using a EclipseLink DatabaseQuery.
- createQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method is used to create a query using a EclipseLink DatabaseQuery.
- createQuery(DatabaseQuery, EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
-
Create a EclipseLink JPA query dynamically given a EclipseLink query.
- createQueryByExample(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using a EclipseLink by example.
- createQueryByExample(Object) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
-
This method is used to create a query using query by example.
- createQueryInternal(Expression, Class<?>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
This method is used to create a query using a EclipseLink Expression and the return type.
- createQueryKeyForMapKey() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
-
INTERNAL: Create a query key that links to the map key InterfaceContainerPolicy does not support maps, so this method will return null subclasses will extend this method.
- createQueryKeyForMapKey() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Create a query key that links to the map key.
- createQueryKeyForMapKey() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Create a query key that links to the map key.
- createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Create a query key that links to the map key
- createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Create a query key that links to the map key.
- createQueryKeyForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL: Create a query key that links to the map key
- createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Create a query key that links to the map key
- createReader(Unmarshaller) - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedSource
- createReader(Unmarshaller) - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
- createReader(Unmarshaller) - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
- createReader(Unmarshaller, Class<?>) - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedSource
- createReader(Unmarshaller, Class<?>) - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
- createReader(Unmarshaller, Class<?>) - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
- createReadLockAcquisitionMetadata(ConcurrencyManager) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
The concurrency managers about to acquire a cache key.
- createRecord() - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedResult
- createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
- createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonGeneratorResult
- createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
- createRecord(int, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(int, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(int, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
- createRecord(String, String, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Create a new row/record for the object builder with the given name and namespace resolver instead of the namespace resolver from the descriptor.
- createRecord(String, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
-
Create a new row/record for the object builder with the given name.
- createRecord(String, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Create a new row/record for the object builder with the given name.
- createRecord(String, Node, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
-
Create a new row/record for the object builder with the given name.
- createRecord(String, Node, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Create a new row/record for the object builder with the given name.
- createRecord(CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
-
Create a new row/record for the object builder.
- createRecord(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Create a new row/record for the object builder.
- createRecordComponentRemapper(RecordComponentVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for record components.
- createRecordElement(String, Object, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Create the appropriate record element for the data value.
- createRecordFor(Object, Field, XMLRecord, Mapping) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- createRecordFor(Object, DocumentPreservationPolicy) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- createRecordFor(Object, DocumentPreservationPolicy, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- createRecordForPKExtraction(int, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Create a new row/record for the object builder.
- createRecordForPKExtraction(int, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
-
Create a new row/record for the object builder.
- createRecordFromXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
-
Create a new row/record from XMLContext.
- createRecordFromXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
- createRecordFromXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- createRefAttribute(String, ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Create an attribute reference and add it to a given complex type.
- createRefElement(String, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Create an element reference and add it to a given particle.
- createRemappingSignatureAdapter(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
- createRemoteSession() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Returns remote client session.
- createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
PUBLIC: Returns a remote session.
- createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
PUBLIC: Returns a remote session.
- createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
PUBLIC: Returns a remote session.
- createRemoteSessionController() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManager
- createRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
- createResolvable() - Static method in class commonj.sdo.impl.HelperProvider
-
Gets a Resolvable
- createResolvable() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create and return a new ExternalizableDelegator.Resolvable instance based on this helper context.
- createResolvable(Object) - Static method in class commonj.sdo.impl.HelperProvider
-
Gets a Resolvable
- createResolvable(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Create and return a new ExternalizableDelegator.Resolvable instance based on this helper context and a given target.
- createResourceException(Object[], int) - Static method in exception class org.eclipse.persistence.eis.EISException
- createRoot() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
- createRoot() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
-
INTERNAL:
- createRoot() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
-
INTERNAL
- createRoot() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
-
INTERNAL
- createRoot() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- createRoot() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
INTERNAL
- createRootNoun() - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
-
INTERNAL: Create root noun for TopLink dms metrics.
- createRootObject(Type) - Method in interface commonj.sdo.DataGraph
-
Deprecated.Creates a new root data object of the specified type.
- createRootObject(Type) - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
Creates a new root data object of the specified type.
- createRootObject(String, String) - Method in interface commonj.sdo.DataGraph
-
Deprecated.Creates a new root data object of the
specified type
. - createRootObject(String, String) - Method in class org.eclipse.persistence.sdo.SDODataGraph
-
Creates a new root data object of the
specified type
. - createRootUnmarshalRecord(Class<?>) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
-
INTERNAL
- createRootUnmarshalRecord(Class<?>) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
-
INTERNAL
- createSchemaFactory(String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
-
Returns properly configured (e.g.
- createSchemaWriter - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- createSequences() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Create all the receiver's sequences on the database for all of the loaded descriptors.
- createSequencing(AbstractSession) - Static method in class org.eclipse.persistence.internal.sequencing.SequencingFactory
-
INTERNAL: Takes a potential owner - a Session, returns Sequencing object.
- createSequencingCallback() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingCallbackFactory
-
INTERNAL: Create SequencingCallback.
- createSequencingHome(DatabaseSessionImpl) - Static method in class org.eclipse.persistence.internal.sequencing.SequencingFactory
-
INTERNAL: Takes a potential owner - a DatabaseSession, returns SequencingHome object.
- createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Creates the Array of simple types used to recreate this map.
- createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Creates the Array of simple types used to recreate this map.
- createSerializableMapKeyInfo(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL: Creates the Array of simple types used to recreate this map.
- createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Creates the Array of simple types used to recreate this map.
- createSerialVersionUIDAdder(ClassVisitor) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createServerPlatform(DatabaseSession, String, ClassLoader) - Static method in class org.eclipse.persistence.platform.server.ServerPlatformUtils
-
Create an instance of
ServerPlatform
from parameters passed in. - createServerSession() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Factory method to create a server session.
- createServerSession(int, int) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Factory method to create a server session.
- createServerSession(int, int, int) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Factory method to create a server session.
- createServerSession(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Factory method to create a server session.
- createSession(DatabaseSessionConfig, Login) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
-
INTERNAL: Return a DatabaseSession object from it's config object using either the project classes or project XML files.
- createSessionLog() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
- createShellJAXBElementList(List<ReportItem>, Object) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
-
Creates the shell jaxb element list.
- createSignatureRemapper(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Constructs a new remapper for signatures.
- createSimpleQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
- createSimpleXMLFormat(XRServiceAdapter, Object) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
- createSlots(DynamicEntityImpl) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
- createSQLFiles - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- createSQLSelectStatementForAssignedExpressionForUpdateAll(Expression) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- createSQLSelectStatementForModifyAll(Expression) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- createSQLSelectStatementForModifyAll(Expression, Expression, ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Customary inheritance expression is required for DeleteAllQuery and UpdateAllQuery preparation.
- createSQLSelectStatementForModifyAllForTempTable(HashMap) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- createSQLSelectStatementForUpdateAllForOracleAnonymousBlock(HashMap) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
- createStoredProcedureQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createStoredProcedureQuery(String, Class...) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createStoredProcedureQuery(String, String...) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Create an instance of
StoredProcedureQuery
for executing a stored procedure in the database. - createStruct(String, Object[], Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Platforms that support java.sql.Struct may override this method.
- createStruct(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle12Platform
-
Create java.sql.Struct from given parameters.
- createStruct(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
-
INTERNAL: Platforms that support java.sql.Struct may override this method.
- createStruct(String, Object[], AbstractRecord, Vector<DatabaseField>, AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: This method builds a Struct using the unwrapped connection within the session
- createStruct(String, Object[], AbstractRecord, Vector<DatabaseField>, AbstractSession, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle12Platform
-
INTERNAL: This method builds a Struct using the unwrapped connection within the session
- createStruct(String, Object[], AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: This method builds a Struct using the unwrapped connection within the session
- createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
- createSubSelectExpressionForCount(Expression, Expression, String, Class<?>) - Static method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
-
INTERNAL: This factory method is used to build a subselect that will do a count.
- createTableComparison(List<DatabaseTable>, int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: This helper method creates a matrix that contains insertion order comparison for the tables.
- createTableOrder(int, int, int[], int[][]) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: This helper method recursively puts indexes from 0 to nTables-1 into tableOrder according to tableComparison 2 dim array.
- createTables(boolean, Collection<DynamicType>) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
- createTables(boolean, DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
- createTables(DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
Create the database tables for one or more entityTypes.
- createTables(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
This creates the tables on the database.
- createTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
This creates the tables on the database.
- createTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
This creates the tables on the database.
- createTables(DatabaseSession, SchemaManager, boolean, boolean, boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
This creates the tables on the database.
- createTempLoader(Collection) - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
-
Create a temporary class loader that can be used to inspect classes and then thrown away.
- createTempLoader(Collection) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
-
Create a temporary class loader that can be used to inspect classes and then thrown away.
- createTempLoader(Collection, boolean) - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
- createTempLoader(Collection, boolean) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
- createToStringExplainingOwnedCacheKey(ConcurrencyManager) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
- createTransformerAndModifyProject(Session, Collection<MetadataClass>, ClassLoader, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
- createTransformerFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
-
Returns properly configured (e.g.
- createTranslationRecord(AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
Create a mapped input record for this interaction.
- createTupleQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a Criteria query object that returns a tuple of objects as its result.
- createType(Class<?>) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createType(String) - Static method in class org.eclipse.persistence.asm.ASMFactory
- createUniquePersistenceUnitName(PersistenceUnitInfo) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
-
In case persistence unit is not uniquely defined by name this method is called to generate a unique name.
- createUnmarshaller() - Method in class org.eclipse.persistence.internal.oxm.Context
- createUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBUnmarshaller.
- createUnmarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLUnmarshaller
- createUnmarshaller(Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLUnmarshaller
- createUnmarshaller(JAXBContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
- createUnmarshalRecord(DESCRIPTOR, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
-
INTERNAL
- createUnmarshalRecord(DESCRIPTOR, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
-
INTERNAL
- createUnmarshalRecord(XMLDescriptor, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
INTERNAL
- createUnownedElement(Node, Field) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
- createValidator() - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
Create a JAXBValidator.
- createValidator() - Method in class org.eclipse.persistence.oxm.XMLContext
-
Create a new XMLValidator
- createValue(Object) - Method in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteraction
-
Create the NoSQL Value from the data's bytes.
- createVector(Number, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
INTERNAL: given sequence = 10, size = 5 will create Vector (6,7,8,9,10)
- createVectorAtNextVal(Number, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
-
INTERNAL: given sequence = 10, size = 5 will create Vector (10,11,12,13,14)
- createVoidType() - Static method in class org.eclipse.persistence.asm.ASMFactory
- createWhereClauseForDeleteNullQuery(ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- createWhereClauseForDeleteQuery(ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- createWithBaseLast(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL:
- createWithBaseLast(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
-
INTERNAL: added for Trim support.
- createWrappedObjectFromExistingWrappedObject(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This method will actually potentially wrap an object in two ways.
- createWrappedObjectFromExistingWrappedObject(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: This method will actually potentially wrap an object in two ways.
- createWrappedObjectFromExistingWrappedObject(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: This method will actually potentially wrap an object in two ways.
- createXML(Connection, String) - Method in class org.eclipse.persistence.internal.platform.database.oracle.xdb.XMLTypeFactoryImpl
- createXML(Connection, String) - Method in interface org.eclipse.persistence.internal.platform.database.oracle.XMLTypeFactory
- createXML(Connection, Document) - Method in class org.eclipse.persistence.internal.platform.database.oracle.xdb.XMLTypeFactoryImpl
- createXML(Connection, Document) - Method in interface org.eclipse.persistence.internal.platform.database.oracle.XMLTypeFactory
- createXML(OracleOpaque) - Method in class org.eclipse.persistence.internal.platform.database.oracle.xdb.XMLTypeFactoryImpl
- createXML(OracleOpaque) - Method in interface org.eclipse.persistence.internal.platform.database.oracle.XMLTypeFactory
- createXmlAbstractNullPolicy(XmlAbstractNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlAccessMethods
- createXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlAnyAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlAnyAttribute
- createXmlAnyAttribute(XmlAnyAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlAnyElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlAnyElement
- createXmlAnyElement(XmlAnyElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlAttribute
- createXmlAttribute(XmlAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlBindings() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlBindings
- createXmlBindingsJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlBindings.JavaTypes
- createXmlBindingsXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlBindings.XmlEnums
- createXmlBindingsXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlBindings.XmlRegistries
- createXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlElement
- createXmlElement(XmlElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlElementRef
- createXmlElementRef(XmlElementRef) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlElementRefs
- createXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlElements() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlElements
- createXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlElementWrapper
- createXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlEnum
- createXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlEnumValue
- createXmlInverseReference(XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlIsSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlIsSetNullPolicy
- createXmlIsSetNullPolicy(XmlIsSetNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlIsSetNullPolicyIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlIsSetNullPolicy.IsSetParameter
- createXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlJavaTypeAdapter
- createXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlJavaTypeAdapters
- createXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlJoinNodes
- createXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlJoinNodesXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlJoinNodes.XmlJoinNode
- createXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlMap
- createXmlMapKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlMap.Key
- createXmlMapValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlMap.Value
- createXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlNullPolicy
- createXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXMLRecord(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
-
INTERNAL: Use the createRecord method on ObjectBuilder in case the root element is namespace qualified
- createXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlRegistry
- createXmlRegistryXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlRegistry.XmlElementDecl
- createXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlRootElement
- createXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlSchema
- createXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlSchemaType
- createXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlSchemaTypes
- createXmlSchemaXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlSchema.XmlNs
- createXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlTransformation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlTransformation
- createXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlTransformationXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlTransformation.XmlReadTransformer
- createXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlTransient
- createXmlTransient(XmlTransient) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlType
- createXMLTypeBindCallCustomParameter(Object) - Method in class org.eclipse.persistence.internal.platform.database.oracle.xdb.XMLTypeFactoryImpl
- createXMLTypeBindCallCustomParameter(Object) - Method in interface org.eclipse.persistence.internal.platform.database.oracle.XMLTypeFactory
- createXmlValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlValue
- createXmlValue(XmlValue) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXmlVariableNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
-
Create an instance of
XmlVariableNode
- createXmlVariableNode(XmlVariableNode) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- createXPathFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
-
Returns properly configured (e.g.
- CREATION_THREAD_HASHCODE - Variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
- CREATION_THREAD_HASHCODE - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- CREATION_THREAD_ID - Variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
- CREATION_THREAD_ID - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- CREATION_THREAD_NAME - Variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
- CREATION_THREAD_NAME - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- creationalContext - Variable in class org.eclipse.persistence.internal.sessions.cdi.InjectionManagerImpl
- creationPrefix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- creationSuffix - Variable in class org.eclipse.persistence.internal.helper.DatabaseTable
- creationSuffix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- criteriaBase - Variable in class org.eclipse.persistence.internal.expressions.SubSelectExpression
- CriteriaBuilderImpl - Class in org.eclipse.persistence.internal.jpa.querydef
- CriteriaBuilderImpl(Metamodel) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
- CriteriaBuilderImpl.CaseImpl<R> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Implementation of Case interface from Criteria Builder
- CriteriaBuilderImpl.CoalesceImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Interface used to build coalesce expressions.
- CriteriaBuilderImpl.SimpleCaseImpl<C,
R> - Class in org.eclipse.persistence.internal.jpa.querydef -
Implementation of SimpleCase interface from CriteriaBuilder
- CriteriaDeleteImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the CriteriaDelete interface of the JPA criteria API.
- CriteriaDeleteImpl(Metamodel, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
- CriteriaQueryImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the CriteriaQuery interface of the JPA criteria API.
- CriteriaQueryImpl(Metamodel, AbstractQueryImpl.ResultType, Class<T>, CriteriaBuilderImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
- CriteriaUpdateImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the CriteriaUpdate interface of the JPA criteria API.
- CriteriaUpdateImpl(Metamodel, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
- crudOps - Variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- cst - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
-
The constant to be loaded on the stack.
- CT_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- cType_ - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
- cTypes - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.visit.EnclosedTypeVisitor
- cumulativeUOWChangeSet - Variable in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
-
Used to store the final UnitOfWorkChangeSet for merge into the shared cache
- curChar - Variable in class org.eclipse.persistence.tools.oracleddl.parser.DDLParserTokenManager
- CURRENT - Static variable in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
-
Current Java SE platform.
- CURRENT_DATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CURRENT_DATE'.
- CURRENT_LOADER_NOT_VALID - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- CURRENT_TIME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CURRENT_DATE'.
- CURRENT_TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CURRENT_TIMESTAMP'.
- CURRENT_WORKING_DIRECTORY - Static variable in class org.eclipse.persistence.internal.helper.Helper
-
Prime the platform-dependent current working directory
- currentAlias - Variable in class org.eclipse.persistence.expressions.Expression
- currentAlias - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
- currentAliasNumber - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
- currentAttachmentUnmarshaller - Variable in class org.eclipse.persistence.internal.dbws.DBWSAdapter
- currentAttribute - Variable in class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
- currentAttribute - Variable in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
- currentClass - Variable in class org.eclipse.persistence.internal.codegen.CodeGenerator
- currentContext - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
The current
JPQLQueryContext
is the context used for the current query or subquery. - currentDate() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: This gives access to the current date on the database through expression.
- currentDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- currentDate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to return current date.
- currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- currentDate() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression representing
CURRENT_DATE
. - CurrentDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Function to obtain the current date on the database with date components only but without time components.
- currentDateDate() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: This gives access to the current date only on the database through expression.
- currentDateOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Fixes EclipseLink bug 402953 by returning the result of running the following code:
ExpressionOperator.simpleFunctionNoParentheses(ExpressionOperator.CurrentDate, "CURRENT YEAR TO DAY");
- currentDateOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: Create the current date operator for this platform.
- currentDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
-
The
Declaration
being populated. - currentDescriptor - Variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- currentElements - Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
-
We are maintaining two pointers to potentially two ArrayList objects.
- currentGroup - Variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- currentIndex - Variable in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
- currentIndex() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
-
Retrieves the current row index number
- currentIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC: Retrieves the current row index number
- currentItem - Variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- currentLoaderNotValid(ClassLoader) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- currentlyProcessedListeners - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
-
Non-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0
- currentMapping - Variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
- currentNode - Variable in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
- currentNode - Variable in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- currentObject - Variable in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- currentObject - Variable in class org.eclipse.persistence.oxm.record.XMLRecord
- currentSession - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Used only in externalConnectionPooling case.
- currentThreadIsKnownToBeWaitingForAnyResource(ConcurrencyManagerState, Thread) - Method in class org.eclipse.persistence.internal.helper.ExplainDeadLockUtil
-
This a helper sanity check.
- currentThreadIsStuckForSomeTimeProduceTinyLogMessage(long, ConcurrencyManager, DeferredLockManager, ReadLockManager) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
-
We have a thread that is not evolving for quite some while.
- currentTime - Variable in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
- currentTime() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: This gives access to the current time only on the database through expression.
- currentTime() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- currentTime() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to return current time.
- currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- currentTime() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression representing
CURRENT_TIME
. - currentTime() - Static method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: MySQL specific
currentTime
operator. - CurrentTime - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Function to obtain the current time on the database with time components only but without date components.
- currentTimeOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Fixes EclipseLink bug 402953 by returning the result of running the following code:
ExpressionOperator.simpleFunctionNoParentheses(ExpressionOperator.CurrentDate, "CURRENT YEAR TO FRACTION(3)");
- currentTimestamp() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create expression to return current timestamp.
- currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- currentTimestamp() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression representing
CURRENT_TIMESTAMP
. - currentTimeStamp() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: This gives access to the current timestamp on the database through expression.
- currentTimeStamp() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- currentTimeStamp() - Static method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
INTERNAL: MySQL specific
currentTimeStamp
operator. - currentToken - Variable in exception class org.eclipse.persistence.tools.oracleddl.parser.ParseException
-
This is the last token that has been consumed successfully.
- currentWorkingDirectory() - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Return the name of the "current working directory".
- Cursor - Class in org.eclipse.persistence.queries
-
Purpose: Abstract class for CursoredStream and ScrolableCursor
- Cursor() - Constructor for class org.eclipse.persistence.queries.Cursor
-
INTERNAL: Default constructor.
- Cursor(DatabaseCall, CursorPolicy) - Constructor for class org.eclipse.persistence.queries.Cursor
-
INTERNAL:
- CURSOR - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cursor"
- CURSOR_INITIAL_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cursor.initial-size"
- CURSOR_OF_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
- CURSOR_OF_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- CURSOR_PAGE_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cursor.page-size"
- CURSOR_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.cursor.size-sql"
- CURSOR_STR - Static variable in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
- CURSOR_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- cursorCode - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Allow for the code that is used for preparing cursored outs for a storedprocedure to be settable.
- cursorDeclaration(PLSQLPackageType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- CursoredStream - Class in org.eclipse.persistence.queries
-
Purpose: Stream class which is used to deal with large collections returned from TOPLink queries more efficiently.
- CursoredStream() - Constructor for class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL: Initialize the state of the stream
- CursoredStream(DatabaseCall, CursoredStreamPolicy) - Constructor for class org.eclipse.persistence.queries.CursoredStream
-
INTERNAL: Initialize the state of the stream
- CursoredStream_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Used for closing cursored streams across RMI.
- cursoredStreamNextpage(Transporter, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Retrieve next page of objects from the remote cursored stream once, avoid page size round trips from the server to the client
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Retrieve next page size of objects from the remote cursored stream
- CursoredStreamPolicy - Class in org.eclipse.persistence.queries
-
Purpose: Used to support cursored streams in a read query.
- CursoredStreamPolicy() - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
-
default constructor
- CursoredStreamPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
-
set the initial read size to match the page size
- CursoredStreamPolicy(ReadQuery, int, int) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
- CursoredStreamPolicy(ReadQuery, int, int, ValueReadQuery) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
- cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Return the cursored stream size
- cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
Return the cursored stream size
- cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
Return the cursored stream size
- cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
Return the cursored stream size
- cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Return the wrapped cursored stream from the server
- cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Return the cursored stream size
- cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
INTERNAL: Return the cursored stream size
- cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Return the cursored stream size
- cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
INTERNAL: Return the cursored stream size
- cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Return the cursored stream size
- cursorName - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLCursorType
- cursorOutput - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
- CursorPolicy - Class in org.eclipse.persistence.queries
-
Purpose: Abstract class for all Cursor-related policy objects
- CursorPolicy() - Constructor for class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL: default constructor
- CursorPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.CursorPolicy
-
INTERNAL:
- cursorRetrieveNextRow(Vector<DatabaseField>, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Advance the result set and return a Record populated with values from the next valid row in the result set.
- cursorRetrievePreviousRow(Vector<DatabaseField>, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Advance the result set and return a DatabaseRow populated with values from the next valid row in the result set.
- cursors - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- cursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
-
Read all rows from the database using a cursored stream.
- cursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
-
Read all rows from the database using a cursored stream.
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
-
Returns a remote cursor stub in a transporter
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
Returns a remote cursor stub in a transporter
- cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
- cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
-
To get remote cursor stub in a transporter
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
-
Returns a remote cursor stub in a transporter
- cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
To get remote cursor stub in a transporter
- cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
-
Returns a remote cursor stub in a transporter
- cursorSelectObjects(CursoredStreamPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL: Return remote cursor stream.
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Get remote cursor stream.
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL: Returns remote cursor stream
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL: Returns remote cursor stream
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL: Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
INTERNAL: Return remote scrollable cursor
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Get remote cursor stream.
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
-
INTERNAL: Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
-
INTERNAL: Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
-
INTERNAL: Returns remote cursor stream
- CUSTOM_MODIFY - Enum constant in enum org.eclipse.persistence.internal.databaseaccess.DatasourceCall.ParameterType
- CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- CUSTOM_SERVER_PLATFORM_CLASS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- CustomAccessorAttributeAccessor - Class in org.eclipse.persistence.internal.jaxb
-
Purpose: Provides a wrapper around an instance of Accessor.
- CustomAccessorAttributeAccessor(Object) - Constructor for class org.eclipse.persistence.internal.jaxb.CustomAccessorAttributeAccessor
- customAnnotationVisitor - Variable in class org.eclipse.persistence.asm.AnnotationVisitor
- customClassVisitor - Variable in class org.eclipse.persistence.asm.ClassVisitor
- customClassWriter - Variable in class org.eclipse.persistence.asm.ClassWriter
- CustomCopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
-
Used to store information about CopyPolicy as it is read from XML or annotations Key notes: - any metadata mapped from XML to this class must be compared in the equals method.
- CustomCopyPolicyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
-
INTERNAL: Used for XML loading.
- CustomCopyPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
-
INTERNAL: Used for annotation loading.
- customFieldVisitor - Variable in class org.eclipse.persistence.asm.FieldVisitor
- customize() - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
-
INTERNAL: Applies customization to connection.
- customize() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
-
INTERNAL: Applies customization to connection.
- customize(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.DescriptorCustomizer
-
Customize the provided descriptor.
- customize(Session) - Method in class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
- customize(Session) - Method in interface org.eclipse.persistence.sessions.SessionCustomizer
- customizer - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
-
Allows session-specific connection customization.
- Customizer - Annotation Type in org.eclipse.persistence.annotations
-
The Customizer annotation is used to specify a class that implements the DescriptorCustomizer interface and is to run against an entity's class descriptor after all metadata processing has been completed.
- customizeSession(Session, Session) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
- customizeSimpleXMLTagNames(PLSQLCursorType, ProcedureOperationModel) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Customizes the simple-xml-format tags names to better represent the PL/SQL record/table/column type.
- customMethodVisitor - Variable in class org.eclipse.persistence.asm.MethodVisitor
- CustomObjectInputStream - Class in org.eclipse.persistence.internal.helper
-
INTERNAL: Defines a custom ObjectInputStream that is used with SerializedObjectConverter to ensure the correct class loader is used.
- CustomObjectInputStream(InputStream, Session) - Constructor for class org.eclipse.persistence.internal.helper.CustomObjectInputStream
- customParameterMarker() - Method in interface org.eclipse.persistence.internal.databaseaccess.DatabaseJsonPlatform
-
JSON parameter marker in SQL expression of
PreparedStatement
. - customParameterMarker() - Method in class org.eclipse.persistence.json.MySQLJsonPlatform
-
MySQL specific custom JSON parameter marker.
- CustomPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
-
PUBLIC: Defines a user defined partitioning policy.
- CustomPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
- customQueryAndReturningPolicyFieldConflict(String, String, ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- CustomServerPlatform - Class in org.eclipse.persistence.platform.server
-
INTERNAL: This is the concrete subclass responsible for handling backward compatibility for 9.0.4.
- CustomServerPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.CustomServerPlatform
-
INTERNAL: Default Constructor: JTA is disabled until a transaction controller class is set.
- CustomServerPlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
-
INTERNAL:
- CustomServerPlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.CustomServerPlatformConfig
- cv - Variable in class org.eclipse.persistence.asm.ClassVisitor
- cv - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- CYCLE_RECOVERABLE - Static variable in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- CYCLE_RECOVERABLE_CONTEXT - Static variable in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- CycleDetectionStack() - Constructor for class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
- CycleRecoverableContextProxy - Class in org.eclipse.persistence.internal.oxm
-
Allows for the reflective creation of an implementation of Sun's org.glassfish.jaxb.runtime.CycleRecoverable$Context interface.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form