| Name | Description | Type | Package | Framework |
| AbstractEntityJoinWalker | Abstract walker for walkers which begin at an entity (criteria queries and entity loaders). | Class | org.hibernate.loader | Hibernate ORM |
| AbstractEntityLoader | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.hibernate.loader.entity | Hibernate ORM |
| BasicCollectionJoinWalker | Walker for collections of values and many-to-many associationsSee Also:BasicCollectionLoader | Class | org.hibernate.loader.collection | Hibernate ORM |
| BasicCollectionLoader | Loads a collection of values or a many-to-many association. | Class | org.hibernate.loader.collection | Hibernate ORM |
| BasicLoader | Uses the default mapping from property to result set column alias defined by the entities' persisters. | Class | org.hibernate.loader | Hibernate ORM |
| BatchingCollectionInitializer | "Batch" loads collections, using multiple foreign key values in theSee Also:BasicCollectionLoader, | Class | org.hibernate.loader.collection | Hibernate ORM |
| BatchingEntityLoader | "Batch" loads entities, using multiple primary key values in theSee Also:EntityLoader | Class | org.hibernate.loader.entity | Hibernate ORM |
| CascadeEntityJoinWalker | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.hibernate.loader.entity | Hibernate ORM |
| CascadeEntityLoader | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.hibernate.loader.entity | Hibernate ORM |
| CollectionAliases | Type definition of CollectionAliases. | Interface | org.hibernate.loader | Hibernate ORM |
| CollectionElementLoader | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.hibernate.loader.entity | Hibernate ORM |
| CollectionFetchReturn | Spefically a fetch return that refers to a collection association. | Class | org.hibernate.loader.custom | Hibernate ORM |
| CollectionInitializer | An interface for collection loadersSee Also:BasicCollectionLoader, | Interface | org.hibernate.loader.collection | Hibernate ORM |
| CollectionJoinWalker | Superclass of walkers for collection initializersSee Also:CollectionLoader, | Class | org.hibernate.loader.collection | Hibernate ORM |
| CollectionLoader | Superclass for loaders that initialize collectionsSee Also:OneToManyLoader, | Class | org.hibernate.loader.collection | Hibernate ORM |
| CollectionReturn | Represents a return which names a collection role; it is used in defining a custom query for loading an entity's | Class | org.hibernate.loader.custom | Hibernate ORM |
| ColumnCollectionAliases | CollectionAliases that uses columnnames instead of generated aliases. | Class | org.hibernate.loader.custom | Hibernate ORM |
| ColumnEntityAliases | EntityAliases that chooses the column names over the alias names. | Class | org.hibernate.loader | Hibernate ORM |
| CriteriaJoinWalker | A JoinWalker for Criteria queries. | Class | org.hibernate.loader.criteria | Hibernate ORM |
| CriteriaLoader | A Loader for Criteria queries. | Class | org.hibernate.loader.criteria | Hibernate ORM |
| CriteriaQueryTranslator | Class | org.hibernate.loader.criteria | Hibernate ORM | |
| EntityAliases | Metadata describing the SQL result set column aliases for a particular entity. | Interface | org.hibernate.loader | Hibernate ORM |
| EntityFetchReturn | Spefically a fetch return that refers to an entity association. | Class | org.hibernate.loader.custom | Hibernate ORM |
| EntityJoinWalker | A walker for loaders that fetch entitiesSee Also:EntityLoader | Class | org.hibernate.loader.entity | Hibernate ORM |
| EntityLoader | Loads an entity instance using outerjoin fetching to fetch associated entities. | Class | org.hibernate.loader.entity | Hibernate ORM |
| FetchReturn | Represents a return which names a fetched association. | Class | org.hibernate.loader.custom | Hibernate ORM |
| GeneratedCollectionAliases | CollectionAliases which handles the logic of selecting user provided aliases (via return-property), before using the default aliases. | Class | org.hibernate.loader | Hibernate ORM |
| JoinWalker | Walks the metamodel, searching for joins, and collecting together information needed by OuterJoinLoader. | Class | org.hibernate.loader | Hibernate ORM |
| JoinWalker .AssociationInitCallback | Interface | org.hibernate.loader.JoinWalker | Hibernate ORM | |
| Loader | Abstract superclass of object loading (and querying) strategies. | Class | org.hibernate.loader | Hibernate ORM |
| Loader .AfterLoadAction | Interface | org.hibernate.loader.Loader | Hibernate ORM | |
| MultipleBagFetchException | Exception used to indicate that a query is attempting to simultaneously fetch multipleSee Also:Serialized Form | Class | org.hibernate.loader | Hibernate ORM |
| NonScalarReturn | Represents some non-scalar (entity/collection) return within the query result. | Class | org.hibernate.loader.custom | Hibernate ORM |
| NonUniqueDiscoveredSqlAliasException | Class | org.hibernate.loader.custom | Hibernate ORM | |
| OneToManyJoinWalker | Walker for one-to-many associationsSee Also:OneToManyLoader | Class | org.hibernate.loader.collection | Hibernate ORM |
| OneToManyLoader | Loads one-to-many associations The collection persister must implement QueryableCOllection. | Class | org.hibernate.loader.collection | Hibernate ORM |
| OuterJoinableAssociation | Part of the Hibernate SQL rendering internals. | Class | org.hibernate.loader | Hibernate ORM |
| OuterJoinLoader | Generates an SQL select string containing all properties of those classes. | Class | org.hibernate.loader | Hibernate ORM |
| PropertyPath | Class | org.hibernate.loader | Hibernate ORM | |
| QueryLoader | A delegate that implements the Loader part of QueryTranslator. | Class | org.hibernate.loader.hql | Hibernate ORM |
| RootReturn | Represents a return which names a root entity. | Class | org.hibernate.loader.custom | Hibernate ORM |
| ScalarReturn | Represent a scalar (aka simple value) return within a query result. | Class | org.hibernate.loader.custom | Hibernate ORM |
| SQLCustomQuery | This support is built on top of the notion of custom queries. | Class | org.hibernate.loader.custom.sql | Hibernate ORM |
| SQLQueryParser | Class | org.hibernate.loader.custom.sql | Hibernate ORM | |
| SQLQueryParser .ParameterSubstitutionRecognizer | Constructor SummarySQLQueryParser. | Class | org.hibernate.loader.custom.sql.SQLQueryParser | Hibernate ORM |
| SQLQueryReturnProcessor | Responsible for processing the series of returns defined by a NativeSQLQuerySpecification and | Class | org.hibernate.loader.custom.sql | Hibernate ORM |
| SubselectCollectionLoader | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.hibernate.loader.collection | Hibernate ORM |
| SubselectOneToManyLoader | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.hibernate.loader.collection | Hibernate ORM |
| UniqueEntityLoader | Interface | org.hibernate.loader.entity | Hibernate ORM | |