org.hibernate.cache.entry

Class CollectionCacheEntry

Implemented Interfaces:
Serializable

public class CollectionCacheEntry
extends java.lang.Object
implements Serializable

Author:
Gavin King

Constructor Summary

CollectionCacheEntry(PersistentCollection collection, CollectionPersister persister)

Method Summary

void
assemble(PersistentCollection collection, CollectionPersister persister, Object owner)
Serializable[]
getState()
String
toString()

Constructor Details

CollectionCacheEntry

public CollectionCacheEntry(PersistentCollection collection,
                            CollectionPersister persister)

Method Details

assemble

public void assemble(PersistentCollection collection,
                     CollectionPersister persister,
                     Object owner)

getState

public Serializable[] getState()

toString

public String toString()