Uses of Class
org.hibernate.loader.BasicLoader

Packages that use BasicLoader
org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
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 
org.hibernate.loader.hql This package defines a loader for the AST-based query parser 
 

Uses of BasicLoader in org.hibernate.hql.internal.classic
 

Subclasses of BasicLoader in org.hibernate.hql.internal.classic
 class QueryTranslatorImpl
          An instance of QueryTranslator translates a Hibernate query string to SQL.
 

Uses of BasicLoader in org.hibernate.loader
 

Subclasses of BasicLoader in org.hibernate.loader
 class OuterJoinLoader
          Implements logic for walking a tree of associated classes.
 

Uses of BasicLoader in org.hibernate.loader.collection
 

Subclasses of BasicLoader in org.hibernate.loader.collection
 class BasicCollectionLoader
          Loads a collection of values or a many-to-many association.
 class CollectionLoader
          Superclass for loaders that initialize collections
 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 BasicLoader in org.hibernate.loader.criteria
 

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

Uses of BasicLoader in org.hibernate.loader.entity
 

Subclasses of BasicLoader in org.hibernate.loader.entity
 class AbstractEntityLoader
           
 class CascadeEntityLoader
           
 class CollectionElementLoader
           
 class EntityLoader
          Loads an entity instance using outerjoin fetching to fetch associated entities.
 

Uses of BasicLoader in org.hibernate.loader.hql
 

Subclasses of BasicLoader in org.hibernate.loader.hql
 class QueryLoader
          A delegate that implements the Loader part of QueryTranslator.
 



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