| Package | Description |
|---|---|
| org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
| org.hibernate.engine.profile | |
| org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
| Class and Description |
|---|
| FetchProfile
A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at
runtime, whereas that information was historically only statically defined in the metadata.
|
| Class and Description |
|---|
| Association
Models the association of a given fetch.
|
| Fetch
Models an individual fetch within a profile.
|
| Fetch.Style
The type or style of fetch.
|
| Class and Description |
|---|
| FetchProfile
A 'fetch profile' allows a user to dynamically modify the fetching strategy used for particular associations at
runtime, whereas that information was historically only statically defined in the metadata.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved