Uses of Class
org.hibernate.engine.internal.AbstractEntityEntry.EnumState
-
Packages that use AbstractEntityEntry.EnumState Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
Uses of AbstractEntityEntry.EnumState in org.hibernate.engine.internal
Fields in org.hibernate.engine.internal declared as AbstractEntityEntry.EnumState Modifier and Type Field Description protected static AbstractEntityEntry.EnumState<LockMode>
AbstractEntityEntry.EnumState. LOCK_MODE
protected static AbstractEntityEntry.EnumState<Status>
AbstractEntityEntry.EnumState. PREVIOUS_STATUS
protected static AbstractEntityEntry.EnumState<Status>
AbstractEntityEntry.EnumState. STATUS
Methods in org.hibernate.engine.internal with parameters of type AbstractEntityEntry.EnumState Modifier and Type Method Description protected <E extends Enum<E>>
EAbstractEntityEntry. getCompressedValue(AbstractEntityEntry.EnumState<E> state)
Gets the current value of the given enum property.protected <E extends Enum<E>>
voidAbstractEntityEntry. setCompressedValue(AbstractEntityEntry.EnumState<E> state, E value)
Saves the value for the given enum property.
-