Uses of Class
org.hibernate.loader.BasicLoader
-
Packages that use BasicLoader Package Description org.hibernate.loader org.hibernate.loader.collection org.hibernate.loader.criteria org.hibernate.loader.entity org.hibernate.loader.hql -
-
Uses of BasicLoader in org.hibernate.loader
Subclasses of BasicLoader in org.hibernate.loader Modifier and Type Class Description classOuterJoinLoaderImplements logic for walking a tree of associated classes. -
Uses of BasicLoader in org.hibernate.loader.collection
Subclasses of BasicLoader 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 association -
Uses of BasicLoader in org.hibernate.loader.criteria
Subclasses of BasicLoader in org.hibernate.loader.criteria Modifier and Type Class Description classCriteriaLoaderA Loader for Criteria queries. -
Uses of BasicLoader in org.hibernate.loader.entity
Subclasses of BasicLoader in org.hibernate.loader.entity Modifier and Type Class Description classAbstractEntityLoaderclassCascadeEntityLoaderclassCollectionElementLoaderclassEntityLoaderLoads 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 Modifier and Type Class Description classQueryLoaderA delegate that implements the Loader part of QueryTranslator.
-