站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

CollectionCacheEntry (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.cache.entry
Class CollectionCacheEntry

java.lang.Object
  extended byorg.hibernate.cache.entry.CollectionCacheEntry
All Implemented Interfaces:
Serializable

public class CollectionCacheEntry
extends Object
implements Serializable

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
CollectionCacheEntry(PersistentCollection collection, CollectionPersister persister)
           
 
Method Summary
 void assemble(PersistentCollection collection, CollectionPersister persister, Object owner)
           
 Serializable[] getState()
           
 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 Serializable[] getState()

assemble

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

toString

public String toString()