Uses of Class
org.hibernate.loader.OuterJoinLoader

Packages that use OuterJoinLoader
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
org.hibernate.loader.collection This package defines collection initializers  
org.hibernate.loader.criteria This package defines the criteria query compiler and loader  
org.hibernate.loader.entity This package defines entity loaders  
 

Uses of OuterJoinLoader in org.hibernate.loader
 

Subclasses of OuterJoinLoader in org.hibernate.loader
 class AbstractEntityLoader
          Abstract superclass for entity loaders that use outer joins
 

Uses of OuterJoinLoader in org.hibernate.loader.collection
 

Subclasses of OuterJoinLoader in org.hibernate.loader.collection
 class CollectionLoader
          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
 

Uses of OuterJoinLoader in org.hibernate.loader.criteria
 

Subclasses of OuterJoinLoader in org.hibernate.loader.criteria
 class CriteriaLoader
          A Loader for Criteria queries.
 

Uses of OuterJoinLoader in org.hibernate.loader.entity
 

Subclasses of OuterJoinLoader in org.hibernate.loader.entity
 class EntityLoader
          Load an entity using outerjoin fetching to fetch associated entities.