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.planAPI 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 classBasicLoaderUses the default mapping from property to result set column alias defined by the entities' persisters.classOuterJoinLoaderImplements 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 classBasicCollectionLoaderLoads a collection of values or a many-to-many association.classCollectionLoaderSuperclass for loaders that initialize collectionsclassOneToManyLoaderLoads one-to-many associations
The collection persister must implement QueryableCollection.classSubselectCollectionLoaderImplements subselect fetching for a collectionclassSubselectOneToManyLoaderImplements 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 classCriteriaLoaderA 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 classCustomLoaderExtension 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 classAbstractEntityLoaderclassCascadeEntityLoaderclassCollectionElementLoaderclassEntityLoaderLoads 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 ObjectBatchingEntityLoader. doBatchLoad(Serializable id, Loader loaderToUse, SharedSessionContractImplementor session, Serializable[] ids, 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 classQueryLoaderA delegate that implements the Loader part of QueryTranslator.
-