Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.loading.internal |
Internal classes used to track loading of data, potentially across multiple ResultSets
|
org.hibernate.engine.spi |
Modifier and Type | Method and Description |
---|---|
LoadContexts |
StatefulPersistenceContext.getLoadContexts() |
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) |
Modifier and Type | Method and Description |
---|---|
LoadContexts |
PersistenceContext.getLoadContexts()
Retrieve this persistence context's managed load context.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.