Uses of Class
org.hibernate.loader.OuterJoinLoader
-
Packages that use OuterJoinLoader Package Description org.hibernate.loader.collection org.hibernate.loader.criteria org.hibernate.loader.entity -
-
Uses of OuterJoinLoader in org.hibernate.loader.collection
Subclasses of OuterJoinLoader 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 OuterJoinLoader in org.hibernate.loader.criteria
Subclasses of OuterJoinLoader in org.hibernate.loader.criteria Modifier and Type Class Description classCriteriaLoaderA Loader for Criteria queries. -
Uses of OuterJoinLoader in org.hibernate.loader.entity
Subclasses of OuterJoinLoader in org.hibernate.loader.entity Modifier and Type Class Description classAbstractEntityLoaderclassCascadeEntityLoaderclassCollectionElementLoaderclassEntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities.
-