Uses of Class
org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
-
Packages that use AbstractEntityEntry.BooleanState Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
Uses of AbstractEntityEntry.BooleanState in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return AbstractEntityEntry.BooleanState Modifier and Type Method 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.Methods in org.hibernate.engine.internal with parameters of type AbstractEntityEntry.BooleanState Modifier and Type Method 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.
-