|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionSnapshot | |
org.hibernate.collection | This package defines a framework for collection wrappers. |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
org.hibernate.event.def | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
Uses of CollectionSnapshot in org.hibernate.collection |
Methods in org.hibernate.collection that return CollectionSnapshot | |
CollectionSnapshot |
PersistentCollection.getCollectionSnapshot()
Returns the collectionSnapshot. |
CollectionSnapshot |
AbstractPersistentCollection.getCollectionSnapshot()
Returns the collectionSnapshot. |
Methods in org.hibernate.collection with parameters of type CollectionSnapshot | |
void |
PersistentCollection.setCollectionSnapshot(CollectionSnapshot collectionSnapshot)
Sets the collectionSnapshot. |
void |
AbstractPersistentCollection.setCollectionSnapshot(CollectionSnapshot collectionSnapshot)
Sets the collectionSnapshot. |
Uses of CollectionSnapshot in org.hibernate.engine |
Classes in org.hibernate.engine that implement CollectionSnapshot | |
class |
CollectionEntry
We need an entry to tell us all about the current state of a collection with respect to its persistent state |
Methods in org.hibernate.engine with parameters of type CollectionSnapshot | |
void |
PersistenceContext.addInitializedDetachedCollection(PersistentCollection collection,
CollectionSnapshot cs,
EntityMode em)
add an (initialized) collection that was created by another session and passed into update() (ie. |
Uses of CollectionSnapshot in org.hibernate.event.def |
Methods in org.hibernate.event.def with parameters of type CollectionSnapshot | |
protected static boolean |
ProxyVisitor.isOwnerUnchanged(CollectionSnapshot snapshot,
CollectionPersister persister,
Serializable id)
Has the owner of the collection changed since the collection was snapshotted and detached? |
protected void |
ProxyVisitor.reattachCollection(PersistentCollection collection,
CollectionSnapshot snapshot)
Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |