Uses of Interface
net.sf.hibernate.persister.OuterJoinLoadable

Packages that use OuterJoinLoadable
net.sf.hibernate.loader   
net.sf.hibernate.persister   
 

Uses of OuterJoinLoadable in net.sf.hibernate.loader
 

Methods in net.sf.hibernate.loader with parameters of type OuterJoinLoadable
protected  List OuterJoinLoader.walkTree(OuterJoinLoadable persister, String alias, SessionFactoryImplementor factory)
          For an entity class, return a list of associations to be fetched by outerjoin
 

Constructors in net.sf.hibernate.loader with parameters of type OuterJoinLoadable
EntityLoader(OuterJoinLoadable persister, int batchSize, SessionFactoryImplementor factory)
           
EntityLoader(OuterJoinLoadable persister, String[] uniqueKey, Type uniqueKeyType, int batchSize, SessionFactoryImplementor factory)
           
CriteriaLoader(OuterJoinLoadable persister, SessionFactoryImplementor factory, CriteriaImpl criteria)
           
AbstractEntityLoader(OuterJoinLoadable persister, SessionFactoryImplementor factory)
           
 

Uses of OuterJoinLoadable in net.sf.hibernate.persister
 

Classes in net.sf.hibernate.persister that implement OuterJoinLoadable
 class AbstractEntityPersister
          Superclass for built-in mapping strategies.
 class EntityPersister
          The default implementation of the ClassPersister interface.
 class NormalizedEntityPersister
          A ClassPersister implementing the normalized "table-per-subclass" mapping strategy.