Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.spi | |
org.hibernate.envers.event.spi | |
org.hibernate.envers.internal.synchronization.work |
Modifier and Type | Method and Description |
---|---|
CollectionEntry |
StatefulPersistenceContext.addInitializedCollection(CollectionPersister persister,
PersistentCollection collection,
Serializable id) |
CollectionEntry |
StatefulPersistenceContext.getCollectionEntry(PersistentCollection coll) |
CollectionEntry |
StatefulPersistenceContext.getCollectionEntryOrNull(Object collection) |
Modifier and Type | Method and Description |
---|---|
CollectionEntry |
PersistenceContext.addInitializedCollection(CollectionPersister persister,
PersistentCollection collection,
Serializable id)
add a collection we just pulled out of the cache (does not need initializing)
|
static CollectionEntry |
CollectionEntry.deserialize(ObjectInputStream ois,
SessionImplementor session)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
CollectionEntry |
PersistenceContext.getCollectionEntry(PersistentCollection coll)
Get the collection entry for a persistent collection
|
CollectionEntry |
PersistenceContext.getCollectionEntryOrNull(Object collection)
Get the collection entry for a collection passed to filter,
which might be a collection wrapper, an array, or an unwrapped
collection.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchFetchQueue.addBatchLoadableCollection(PersistentCollection collection,
CollectionEntry ce)
If a CollectionEntry represents a batch loadable collection, add
it to the queue.
|
void |
BatchFetchQueue.removeBatchLoadableCollection(CollectionEntry ce)
After a collection was initialized or evicted, we don't
need to batch fetch it anymore, remove it from the queue
if necessary
|
Modifier and Type | Method and Description |
---|---|
protected CollectionEntry |
BaseEnversCollectionEventListener.getCollectionEntry(AbstractCollectionEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseEnversCollectionEventListener.onCollectionAction(AbstractCollectionEvent event,
PersistentCollection newColl,
Serializable oldColl,
CollectionEntry collectionEntry) |
protected void |
BaseEnversCollectionEventListener.onCollectionActionInversed(AbstractCollectionEvent event,
PersistentCollection newColl,
Serializable oldColl,
CollectionEntry collectionEntry) |
Constructor and Description |
---|
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor,
String entityName,
EnversService enversService,
PersistentCollection collection,
CollectionEntry collectionEntry,
Serializable snapshot,
Serializable id,
String referencingPropertyName) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.