| Package | Description |
|---|---|
| org.hibernate.loader.collection |
This package defines collection initializers
|
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| Class and Description |
|---|
| BasicCollectionLoader
Loads a collection of values or a many-to-many association.
|
| CollectionInitializer
An interface for collection loaders
|
| CollectionJoinWalker
Superclass of walkers for collection initializers
|
| CollectionLoader
Superclass for loaders that initialize collections
|
| OneToManyLoader
Loads one-to-many associations
The collection persister must implement QueryableCOllection. |
| Class and Description |
|---|
| CollectionInitializer
An interface for collection loaders
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.