| Package | Description |
|---|---|
| org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
| org.hibernate.engine.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityEntryExtraStateHolder
Contains optional state from
EntityEntry. |
| Modifier and Type | Method and Description |
|---|---|
<T extends EntityEntryExtraState> |
EntityEntryExtraStateHolder.getExtraState(Class<T> extraStateType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityEntryExtraStateHolder.addExtraState(EntityEntryExtraState extraState) |
| Modifier and Type | Method and Description |
|---|---|
<T extends EntityEntryExtraState> |
EntityEntryExtraState.getExtraState(Class<T> extraStateType)
Retrieve additional state by class type or null if no extra state of that type is present.
|
<T extends EntityEntryExtraState> |
EntityEntry.getExtraState(Class<T> extraStateType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityEntryExtraState.addExtraState(EntityEntryExtraState extraState)
Attach additional state to the core state of
EntityEntry |
void |
EntityEntry.addExtraState(EntityEntryExtraState extraState) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.