Uses of Class
org.hibernate.loader.collection.CollectionLoader
-
Packages that use CollectionLoader Package Description org.hibernate.loader.collection -
-
Uses of CollectionLoader in org.hibernate.loader.collection
Subclasses of CollectionLoader in org.hibernate.loader.collection Modifier and Type Class Description class
BasicCollectionLoader
Loads a collection of values or a many-to-many association.class
OneToManyLoader
Loads one-to-many associations
The collection persister must implement QueryableCollection.class
SubselectCollectionLoader
Implements subselect fetching for a collectionclass
SubselectOneToManyLoader
Implements subselect fetching for a one to many association
-