Uses of Package
org.hibernate.loader

Packages that use org.hibernate.loader
org.hibernate.collection   
org.hibernate.hql.classic   
org.hibernate.impl   
org.hibernate.loader   
org.hibernate.loader.collection   
org.hibernate.loader.criteria   
org.hibernate.loader.custom   
org.hibernate.loader.entity   
org.hibernate.loader.hql   
 

Classes in org.hibernate.loader used by org.hibernate.collection
CollectionAliases
          Type definition of CollectionAliases.
 

Classes in org.hibernate.loader used by org.hibernate.hql.classic
BasicLoader
          Uses the default mapping from property to result set column alias defined by the entities' persisters.
Loader
          Abstract superclass of object loading (and querying) strategies.
 

Classes in org.hibernate.loader used by org.hibernate.impl
Loader
          Abstract superclass of object loading (and querying) strategies.
 

Classes in org.hibernate.loader used by org.hibernate.loader
BasicLoader
          Uses the default mapping from property to result set column alias defined by the entities' persisters.
CollectionAliases
          Type definition of CollectionAliases.
DefaultEntityAliases
          EntityAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases.
EntityAliases
          Metadata describing the SQL result set column aliases for a particular entity.
JoinWalker
          Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
Loader
          Abstract superclass of object loading (and querying) strategies.
OuterJoinableAssociation
           
 

Classes in org.hibernate.loader used by org.hibernate.loader.collection
BasicLoader
          Uses the default mapping from property to result set column alias defined by the entities' persisters.
JoinWalker
          Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
Loader
          Abstract superclass of object loading (and querying) strategies.
OuterJoinLoader
          Implements logic for walking a tree of associated classes.
 

Classes in org.hibernate.loader used by org.hibernate.loader.criteria
AbstractEntityJoinWalker
          Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
BasicLoader
          Uses the default mapping from property to result set column alias defined by the entities' persisters.
JoinWalker
          Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
Loader
          Abstract superclass of object loading (and querying) strategies.
OuterJoinLoader
          Implements logic for walking a tree of associated classes.
 

Classes in org.hibernate.loader used by org.hibernate.loader.custom
CollectionAliases
          Type definition of CollectionAliases.
EntityAliases
          Metadata describing the SQL result set column aliases for a particular entity.
Loader
          Abstract superclass of object loading (and querying) strategies.
 

Classes in org.hibernate.loader used by org.hibernate.loader.entity
AbstractEntityJoinWalker
          Abstract walker for walkers which begin at an entity (criteria queries and entity loaders).
BasicLoader
          Uses the default mapping from property to result set column alias defined by the entities' persisters.
JoinWalker
          Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader.
Loader
          Abstract superclass of object loading (and querying) strategies.
OuterJoinLoader
          Implements logic for walking a tree of associated classes.
 

Classes in org.hibernate.loader used by org.hibernate.loader.hql
BasicLoader
          Uses the default mapping from property to result set column alias defined by the entities' persisters.
Loader
          Abstract superclass of object loading (and querying) strategies.