类的使用
org.hibernate.loader.collection.CollectionLoader
-
使用CollectionLoader的程序包 程序包 说明 org.hibernate.loader.collection This package defines collection initializers -
-
org.hibernate.loader.collection中CollectionLoader的使用
org.hibernate.loader.collection中CollectionLoader的子类 修饰符和类型 类 说明 classBasicCollectionLoaderLoads a collection of values or a many-to-many association.classOneToManyLoaderLoads one-to-many associations
The collection persister must implement QueryableCollection.classSubselectCollectionLoaderImplements subselect fetching for a collectionclassSubselectOneToManyLoaderImplements subselect fetching for a one to many association
-