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 | Field and Description |
---|---|
protected EntityEntryExtraState |
AbstractEntityEntry.next |
Modifier and Type | Method and Description |
---|---|
<T extends EntityEntryExtraState> |
EntityEntryExtraStateHolder.getExtraState(Class<T> extraStateType) |
<T extends EntityEntryExtraState> |
AbstractEntityEntry.getExtraState(Class<T> extraStateType) |
Modifier and Type | Method and Description |
---|---|
void |
EntityEntryExtraStateHolder.addExtraState(EntityEntryExtraState extraState) |
void |
AbstractEntityEntry.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 © 2017 JBoss by Red Hat. All rights reserved.