Package | Description |
---|---|
org.hibernate.engine.internal | |
org.hibernate.engine.spi | |
org.hibernate.envers.event | |
org.hibernate.envers.synchronization.work |
Modifier and Type | Method and Description |
---|---|
CollectionEntry |
StatefulPersistenceContext.addInitializedCollection(CollectionPersister persister,
PersistentCollection collection,
Serializable id)
add a collection we just pulled out of the cache (does not need initializing)
|
CollectionEntry |
StatefulPersistenceContext.getCollectionEntry(PersistentCollection coll)
Get the collection entry for a persistent collection
|
CollectionEntry |
StatefulPersistenceContext.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 |
---|---|
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 |
---|---|
protected CollectionEntry |
BaseEnversCollectionEventListener.getCollectionEntry(AbstractCollectionEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseEnversCollectionEventListener.onCollectionAction(AbstractCollectionEvent event,
PersistentCollection newColl,
Serializable oldColl,
CollectionEntry collectionEntry) |
Constructor and Description |
---|
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor,
String entityName,
AuditConfiguration auditCfg,
PersistentCollection collection,
CollectionEntry collectionEntry,
Serializable snapshot,
Serializable id,
String referencingPropertyName) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.