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,
java.io.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(java.lang.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,
java.io.Serializable id)
add a collection we just pulled out of the cache (does not need initializing)
|
static CollectionEntry |
CollectionEntry.deserialize(java.io.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(java.lang.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,
java.io.Serializable oldColl,
CollectionEntry collectionEntry) |
Constructor and Description |
---|
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor,
java.lang.String entityName,
AuditConfiguration auditCfg,
PersistentCollection collection,
CollectionEntry collectionEntry,
java.io.Serializable snapshot,
java.io.Serializable id,
java.lang.String referencingPropertyName) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.