Uses of Class
net.sf.hibernate.loader.OuterJoinLoader

Packages that use OuterJoinLoader
net.sf.hibernate.loader   
 

Uses of OuterJoinLoader in net.sf.hibernate.loader
 

Subclasses of OuterJoinLoader in net.sf.hibernate.loader
 class AbstractEntityLoader
          Abstract superclass for entity loaders that use outer joins
 class CollectionLoader
          Loads a collection of values or a many-to-many association.
 class CriteriaLoader
          A Loader for Criteria queries.
 class EntityLoader
          Load an entity using outerjoin fetching to fetch associated entities.
 class OneToManyLoader
          Loads one-to-many associations

The collection persister must implement QueryableCOllection.
 class SQLLoader
          A loader that uses a native SQL query string provided by the user