Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
protected <E extends Enum<E>> |
AbstractEntityEntry.getCompressedValue(AbstractEntityEntry.EnumState<E> state)
Gets the current value of the given enum property.
|
protected <E extends Enum<E>> |
AbstractEntityEntry.setCompressedValue(AbstractEntityEntry.EnumState<E> state,
E value)
Saves the value for the given enum property.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.