Package | Description |
---|---|
org.hibernate.loader.collection |
This package defines collection initializers
|
Modifier and Type | Class and Description |
---|---|
class |
BasicCollectionLoader
Loads a collection of values or a many-to-many association.
|
class |
OneToManyLoader
Loads one-to-many associations
The collection persister must implement QueryableCOllection. |
class |
SubselectCollectionLoader
Implements subselect fetching for a collection
|
class |
SubselectOneToManyLoader
Implements subselect fetching for a one to many association
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.