类的使用
org.hibernate.loader.OuterJoinLoader
-
使用OuterJoinLoader的程序包 程序包 说明 org.hibernate.loader.collection This package defines collection initializersorg.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.entity This package defines entity loaders -
-
org.hibernate.loader.collection中OuterJoinLoader的使用
org.hibernate.loader.collection中OuterJoinLoader的子类 修饰符和类型 类 说明 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 -
org.hibernate.loader.criteria中OuterJoinLoader的使用
org.hibernate.loader.criteria中OuterJoinLoader的子类 修饰符和类型 类 说明 classCriteriaLoaderA Loader for Criteria queries. -
org.hibernate.loader.entity中OuterJoinLoader的使用
org.hibernate.loader.entity中OuterJoinLoader的子类 修饰符和类型 类 说明 classAbstractEntityLoaderclassCascadeEntityLoaderclassCollectionElementLoaderclassEntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities.
-