org.hibernate.cache.entry
Class CollectionCacheEntry
java.lang.Object
org.hibernate.cache.entry.CollectionCacheEntry
- All Implemented Interfaces:
- Serializable
public class CollectionCacheEntry
- extends Object
- implements Serializable
- Author:
- Gavin King
- See Also:
- Serialized Form
CollectionCacheEntry
public CollectionCacheEntry(PersistentCollection collection,
CollectionPersister persister)
getState
public Serializable[] getState()
assemble
public void assemble(PersistentCollection collection,
CollectionPersister persister,
Object owner)
toString
public String toString()
- Overrides:
toString
in class Object