Uses of Interface
org.hibernate.engine.spi.EntityEntryExtraState
-
Packages that use EntityEntryExtraState Package Description org.hibernate.engine.spi -
-
Uses of EntityEntryExtraState in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with type parameters of type EntityEntryExtraState Modifier and Type Method Description <T extends EntityEntryExtraState>
TEntityEntry. getExtraState(java.lang.Class<T> extraStateType)
<T extends EntityEntryExtraState>
TEntityEntryExtraState. getExtraState(java.lang.Class<T> extraStateType)
Retrieve additional state by class type or null if no extra state of that type is present.Methods in org.hibernate.engine.spi with parameters of type EntityEntryExtraState Modifier and Type Method Description void
EntityEntry. addExtraState(EntityEntryExtraState extraState)
void
EntityEntryExtraState. addExtraState(EntityEntryExtraState extraState)
Attach additional state to the core state ofEntityEntry
-