The StatefulPersistenceContext type exposes the following members.

Properties

  NameDescription
Public propertyBatchFetchQueue
Get the BatchFetchQueue, instantiating one if necessary.
Public propertyCascadeLevel
How deep are we cascaded?
Public propertyCollectionEntries
Get the mapping from collection instance to collection entry
Public propertyCollectionsByKey
Get the mapping from collection key to collection instance
Public propertyDefaultReadOnly
The read-only status for entities (and proxies) loaded into this persistence context.
Public propertyEntitiesByKey
Get the mapping from key value to entity instance
Public propertyEntityEntries
Get the mapping from entity instance to entity entry
Public propertyFlushing
Is a flush cycle currently in process?
Public propertyHasNonReadOnlyEntities
False if we know for certain that all the entities are read-only
Public propertyIsLoadFinished
Public propertyIsStateless
Public propertyLoadContexts
Retrieve this persistence context's managed load context.
Public propertyNullifiableEntityKeys
Retrieve the set of EntityKeys representing nullifiable references
Public propertySession
Get the session to which this persistence context is bound.

See Also