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

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


Uses of Interface
net.sf.hibernate.loader.CollectionInitializer

Packages that use CollectionInitializer
net.sf.hibernate.collection   
net.sf.hibernate.loader   
 

Uses of CollectionInitializer in net.sf.hibernate.collection
 

Methods in net.sf.hibernate.collection that return CollectionInitializer
protected  CollectionInitializer OneToManyPersister.createCollectionInitializer(SessionFactoryImplementor factory)
          Create the OneToManyLoader
protected  CollectionInitializer BasicCollectionPersister.createCollectionInitializer(SessionFactoryImplementor factory)
          Create the CollectionLoader
protected abstract  CollectionInitializer AbstractCollectionPersister.createCollectionInitializer(SessionFactoryImplementor factory)
           
 

Uses of CollectionInitializer in net.sf.hibernate.loader
 

Classes in net.sf.hibernate.loader that implement CollectionInitializer
 class BatchingCollectionInitializer
          "Batch" loads collections, using multiple foreign key values in the SQL where clause.
 class CollectionLoader
          Loads a collection of values or a many-to-many association.
 class OneToManyLoader
          Loads one-to-many associations

The collection persister must implement QueryableCOllection.