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 classBasicCollectionLoaderLoads a collection of values or a many-to-many association.classOneToManyLoaderLoads one-to-many associations
The collection persister must implement QueryableCollection.classSubselectCollectionLoaderImplements subselect fetching for a collectionclassSubselectOneToManyLoaderImplements subselect fetching for a one to many association
-