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

Uses of Class org.hibernate.engine.CollectionKey (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.engine.CollectionKey

Packages that use CollectionKey
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
 

Uses of CollectionKey in org.hibernate.engine
 

Methods in org.hibernate.engine with parameters of type CollectionKey
 void StatefulPersistenceContext.addUnownedCollection(CollectionKey key, PersistentCollection collection)
           
 PersistentCollection StatefulPersistenceContext.useUnownedCollection(CollectionKey key)
           
 PersistentCollection StatefulPersistenceContext.getCollection(CollectionKey collectionKey)
          Get the collection instance associated with the CollectionKey
 void PersistenceContext.addUnownedCollection(CollectionKey key, PersistentCollection collection)
          Add a collection which has no owner loaded
 PersistentCollection PersistenceContext.useUnownedCollection(CollectionKey key)
          Get and remove a collection whose owner is not yet loaded, when its owner is being loaded
 PersistentCollection PersistenceContext.getCollection(CollectionKey collectionKey)
          Get the collection instance associated with the CollectionKey