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

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


Uses of Class
org.hibernate.engine.CollectionEntry

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

Uses of CollectionEntry in org.hibernate.engine
 

Methods in org.hibernate.engine that return CollectionEntry
 CollectionEntry StatefulPersistenceContext.getCollectionEntry(PersistentCollection coll)
          Get the collection entry for a persistent collection
 CollectionEntry StatefulPersistenceContext.addInitializedCollection(CollectionPersister persister, PersistentCollection collection, Serializable id)
          add a collection we just pulled out of the cache (does not need initializing)
 CollectionEntry StatefulPersistenceContext.getCollectionEntryOrNull(Object collection)
          Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.
 CollectionEntry PersistenceContext.getCollectionEntry(PersistentCollection coll)
          Get the collection entry for a persistent collection
 CollectionEntry PersistenceContext.addInitializedCollection(CollectionPersister persister, PersistentCollection collection, Serializable id)
          add a collection we just pulled out of the cache (does not need initializing)
 CollectionEntry PersistenceContext.getCollectionEntryOrNull(Object collection)
          Get the collection entry for a collection passed to filter, which might be a collection wrapper, an array, or an unwrapped collection.