| Package | Description |
|---|---|
| org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
| org.hibernate.engine.loading |
| Modifier and Type | Method and Description |
|---|---|
LoadContexts |
StatefulPersistenceContext.getLoadContexts() |
LoadContexts |
PersistenceContext.getLoadContexts()
Retrieve this persistence context's managed load context.
|
| Modifier and Type | Method and Description |
|---|---|
LoadContexts |
CollectionLoadContext.getLoadContext() |
| Constructor and Description |
|---|
CollectionLoadContext(LoadContexts loadContexts,
ResultSet resultSet)
Creates a collection load context for the given result set.
|
EntityLoadContext(LoadContexts loadContexts,
ResultSet resultSet) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved