Uses of Class
org.hibernate.loader.Loader
-
Packages that use Loader Package Description org.hibernate.loader org.hibernate.loader.collection org.hibernate.loader.collection.plan org.hibernate.loader.criteria org.hibernate.loader.custom org.hibernate.loader.entity org.hibernate.loader.entity.plan Support for entity loaders built on top of theorg.hibernate.loader.plan
API to apply entity-graphsorg.hibernate.loader.hql -
-
Uses of Loader in org.hibernate.loader
Subclasses of Loader in org.hibernate.loader Modifier and Type Class Description class
BasicLoader
Uses the default mapping from property to result set column alias defined by the entities' persisters.class
OuterJoinLoader
Implements logic for walking a tree of associated classes. -
Uses of Loader in org.hibernate.loader.collection
Subclasses of Loader in org.hibernate.loader.collection Modifier and Type Class Description class
BasicCollectionLoader
Loads a collection of values or a many-to-many association.class
CollectionLoader
Superclass for loaders that initialize collectionsclass
OneToManyLoader
Loads one-to-many associations
The collection persister must implement QueryableCollection.class
SubselectCollectionLoader
Implements subselect fetching for a collectionclass
SubselectOneToManyLoader
Implements subselect fetching for a one to many associationConstructors in org.hibernate.loader.collection with parameters of type Loader Constructor Description LegacyBatchingCollectionInitializer(QueryableCollection persister, int[] batchSizes, Loader[] loaders)
-
Uses of Loader in org.hibernate.loader.collection.plan
Constructors in org.hibernate.loader.collection.plan with parameters of type Loader Constructor Description LegacyBatchingCollectionInitializer(QueryableCollection persister, int[] batchSizes, Loader[] loaders)
-
Uses of Loader in org.hibernate.loader.criteria
Subclasses of Loader in org.hibernate.loader.criteria Modifier and Type Class Description class
CriteriaLoader
A Loader for Criteria queries. -
Uses of Loader in org.hibernate.loader.custom
Subclasses of Loader in org.hibernate.loader.custom Modifier and Type Class Description class
CustomLoader
Extension 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 Modifier and Type Class Description class
AbstractEntityLoader
class
CascadeEntityLoader
class
CollectionElementLoader
class
EntityLoader
Loads an entity instance using outerjoin fetching to fetch associated entities. -
Uses of Loader in org.hibernate.loader.entity.plan
Methods in org.hibernate.loader.entity.plan with parameters of type Loader Modifier and Type Method Description protected java.lang.Object
BatchingEntityLoader. doBatchLoad(java.io.Serializable id, Loader loaderToUse, SharedSessionContractImplementor session, java.io.Serializable[] ids, java.lang.Object optionalObject, LockOptions lockOptions)
-
Uses of Loader in org.hibernate.loader.hql
Subclasses of Loader in org.hibernate.loader.hql Modifier and Type Class Description class
QueryLoader
A delegate that implements the Loader part of QueryTranslator.
-