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

Uses of Interface net.sf.hibernate.engine.CollectionSnapshot (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.engine.CollectionSnapshot

Packages that use CollectionSnapshot
net.sf.hibernate.collection   
net.sf.hibernate.impl   
 

Uses of CollectionSnapshot in net.sf.hibernate.collection
 

Methods in net.sf.hibernate.collection that return CollectionSnapshot
 CollectionSnapshot PersistentCollection.getCollectionSnapshot()
          Returns the collectionSnapshot.
 

Methods in net.sf.hibernate.collection with parameters of type CollectionSnapshot
 void PersistentCollection.setCollectionSnapshot(CollectionSnapshot collectionSnapshot)
          Sets the collectionSnapshot.
 

Uses of CollectionSnapshot in net.sf.hibernate.impl
 

Classes in net.sf.hibernate.impl that implement CollectionSnapshot
static class SessionImpl.CollectionEntry
          We need an entry to tell us all about the current state of a collection with respect to its persistent state