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 class
OuterJoinLoader
Implements 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 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 association -
Uses of BasicLoader in org.hibernate.loader.criteria
Subclasses of BasicLoader in org.hibernate.loader.criteria Modifier and Type Class Description class
CriteriaLoader
A 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 class
AbstractEntityLoader
class
CascadeEntityLoader
class
CollectionElementLoader
class
EntityLoader
Loads 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 class
QueryLoader
A delegate that implements the Loader part of QueryTranslator.
-