| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Loader | |
|---|---|
| org.hibernate.hql.internal.classic | This package contains the Hibernate 2.x query parser which is being end-of-lifed. | 
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| 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.custom | This package defines a framework for custom loaders that accept handwritten SQL | 
| 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 Loader in org.hibernate.hql.internal.classic | 
|---|
| Subclasses of Loader in org.hibernate.hql.internal.classic | |
|---|---|
|  class | QueryTranslatorImplAn instance of QueryTranslator translates a Hibernate query string to SQL. | 
| Uses of Loader in org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return Loader | |
|---|---|
| protected  Loader | AbstractScrollableResults.getLoader() | 
| Constructors in org.hibernate.internal with parameters of type Loader | |
|---|---|
| AbstractScrollableResults(ResultSet rs,
                          PreparedStatement ps,
                          SessionImplementor sess,
                          Loader loader,
                          QueryParameters queryParameters,
                          Type[] types,
                          HolderInstantiator holderInstantiator) | |
| FetchingScrollableResultsImpl(ResultSet rs,
                              PreparedStatement ps,
                              SessionImplementor sess,
                              Loader loader,
                              QueryParameters queryParameters,
                              Type[] types,
                              HolderInstantiator holderInstantiator) | |
| ScrollableResultsImpl(ResultSet rs,
                      PreparedStatement ps,
                      SessionImplementor sess,
                      Loader loader,
                      QueryParameters queryParameters,
                      Type[] types,
                      HolderInstantiator holderInstantiator) | |
| Uses of Loader in org.hibernate.loader | 
|---|
| Subclasses of Loader in org.hibernate.loader | |
|---|---|
|  class | BasicLoaderUses the default mapping from property to result set column alias defined by the entities' persisters. | 
|  class | OuterJoinLoaderImplements logic for walking a tree of associated classes. | 
| Uses of Loader in org.hibernate.loader.collection | 
|---|
| Subclasses of Loader in org.hibernate.loader.collection | |
|---|---|
|  class | BasicCollectionLoaderLoads a collection of values or a many-to-many association. | 
|  class | CollectionLoaderSuperclass for loaders that initialize collections | 
|  class | OneToManyLoaderLoads one-to-many associations The collection persister must implement QueryableCOllection. | 
|  class | SubselectCollectionLoaderImplements subselect fetching for a collection | 
|  class | SubselectOneToManyLoaderImplements subselect fetching for a one to many association | 
| Methods in org.hibernate.loader.collection that return Loader | |
|---|---|
|  Loader[] | BatchingCollectionInitializer.getLoaders() | 
| Constructors in org.hibernate.loader.collection with parameters of type Loader | |
|---|---|
| BatchingCollectionInitializer(CollectionPersister collPersister,
                              int[] batchSizes,
                              Loader[] loaders) | |
| Uses of Loader in org.hibernate.loader.criteria | 
|---|
| Subclasses of Loader in org.hibernate.loader.criteria | |
|---|---|
|  class | CriteriaLoaderA Loader for Criteria queries. | 
| Uses of Loader in org.hibernate.loader.custom | 
|---|
| Subclasses of Loader in org.hibernate.loader.custom | |
|---|---|
|  class | CustomLoaderExtension point for loaders which use a SQL result set with "unexpected" column aliases. | 
| Uses of Loader in org.hibernate.loader.entity | 
|---|
| Subclasses of Loader in org.hibernate.loader.entity | |
|---|---|
|  class | AbstractEntityLoader | 
|  class | CascadeEntityLoader | 
|  class | CollectionElementLoader | 
|  class | EntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities. | 
| Constructors in org.hibernate.loader.entity with parameters of type Loader | |
|---|---|
| BatchingEntityLoader(EntityPersister persister,
                     int[] batchSizes,
                     Loader[] loaders) | |
| Uses of Loader in org.hibernate.loader.hql | 
|---|
| Subclasses of Loader in org.hibernate.loader.hql | |
|---|---|
|  class | QueryLoaderA delegate that implements the Loader part of QueryTranslator. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||