Uses of Class
org.hibernate.loader.collection.CollectionLoader

Packages that use CollectionLoader
org.hibernate.loader.collection This package defines collection initializers 
 

Uses of CollectionLoader in org.hibernate.loader.collection
 

Subclasses of CollectionLoader in org.hibernate.loader.collection
 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 collection
 class SubselectOneToManyLoader
          Implements subselect fetching for a one to many association
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.