org.hibernate.cache.entry
Class CollectionCacheEntry

java.lang.Object
  extended by org.hibernate.cache.entry.CollectionCacheEntry
All Implemented Interfaces:
java.io.Serializable

public class CollectionCacheEntry
extends java.lang.Object
implements java.io.Serializable

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
CollectionCacheEntry(PersistentCollection collection, CollectionPersister persister)
           
 
Method Summary
 void assemble(PersistentCollection collection, CollectionPersister persister, java.lang.Object owner)
           
 java.io.Serializable[] getState()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionCacheEntry

public CollectionCacheEntry(PersistentCollection collection,
                            CollectionPersister persister)
Method Detail

getState

public java.io.Serializable[] getState()

assemble

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 Hibernate.org. All Rights Reserved.