类的使用
org.hibernate.engine.internal.AbstractEntityEntry.EnumState
-
使用AbstractEntityEntry.EnumState的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
org.hibernate.engine.internal中AbstractEntityEntry.EnumState的使用
声明为AbstractEntityEntry.EnumState的org.hibernate.engine.internal中的字段 修饰符和类型 字段 说明 protected static AbstractEntityEntry.EnumState<LockMode>AbstractEntityEntry.EnumState. LOCK_MODEprotected static AbstractEntityEntry.EnumState<Status>AbstractEntityEntry.EnumState. PREVIOUS_STATUSprotected static AbstractEntityEntry.EnumState<Status>AbstractEntityEntry.EnumState. STATUS参数类型为AbstractEntityEntry.EnumState的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 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.
-