Uses of Class
org.hibernate.engine.internal.AbstractEntityEntry.EnumState
Packages that use AbstractEntityEntry.EnumState
Package
Description
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.EnumStateModifier and TypeFieldDescriptionprotected static final AbstractEntityEntry.EnumState<LockMode>
AbstractEntityEntry.EnumState.LOCK_MODE
protected static final AbstractEntityEntry.EnumState<Status>
AbstractEntityEntry.EnumState.PREVIOUS_STATUS
protected static final AbstractEntityEntry.EnumState<Status>
AbstractEntityEntry.EnumState.STATUS
Methods in org.hibernate.engine.internal with parameters of type AbstractEntityEntry.EnumStateModifier and TypeMethodDescriptionprotected <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.