Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
Modifier and Type | Method and Description |
---|---|
static AbstractEntityEntry.BooleanState |
AbstractEntityEntry.BooleanState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEntityEntry.BooleanState[] |
AbstractEntityEntry.BooleanState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractEntityEntry.getCompressedValue(AbstractEntityEntry.BooleanState state)
Gets the current value of the given boolean flag.
|
protected void |
AbstractEntityEntry.setCompressedValue(AbstractEntityEntry.BooleanState state,
boolean value)
Saves the value for the given boolean flag.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.