Uses of Interface
org.hibernate.engine.spi.EntityEntryExtraState
Packages that use EntityEntryExtraState
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of EntityEntryExtraState in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with type parameters of type EntityEntryExtraStateModifier and TypeMethodDescription<T extends EntityEntryExtraState>
TEntityEntry.getExtraState(Class<T> extraStateType) <T extends EntityEntryExtraState>
TEntityEntryExtraState.getExtraState(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 EntityEntryExtraStateModifier and TypeMethodDescriptionvoidEntityEntry.addExtraState(EntityEntryExtraState extraState) voidEntityEntryExtraState.addExtraState(EntityEntryExtraState extraState) Attach additional state to the core state ofEntityEntry