|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionInitializer | |
---|---|
org.hibernate.loader.collection | This package defines collection initializers |
org.hibernate.persister.collection | This package abstracts the persistence mechanism for collections. |
Uses of CollectionInitializer in org.hibernate.loader.collection |
---|
Classes in org.hibernate.loader.collection that implement CollectionInitializer | |
---|---|
class |
BasicCollectionLoader
Loads a collection of values or a many-to-many association. |
class |
BatchingCollectionInitializer
"Batch" loads collections, using multiple foreign key values in the SQL where clause. |
class |
CollectionLoader
Superclass for loaders that initialize collections |
class |
OneToManyLoader
Loads one-to-many associations The collection persister must implement QueryableCOllection. |
class |
SubselectCollectionLoader
Implements subselect fetching for a collection |
class |
SubselectOneToManyLoader
Implements subselect fetching for a one to many association |
Methods in org.hibernate.loader.collection that return CollectionInitializer | |
---|---|
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingCollectionInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
Map enabledFilters)
|
static CollectionInitializer |
BatchingCollectionInitializer.createBatchingOneToManyInitializer(QueryableCollection persister,
int maxBatchSize,
SessionFactoryImplementor factory,
Map enabledFilters)
|
Uses of CollectionInitializer in org.hibernate.persister.collection |
---|
Classes in org.hibernate.persister.collection that implement CollectionInitializer | |
---|---|
class |
NamedQueryCollectionInitializer
A wrapper around a named query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |