Uses of Enum Class
org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
Packages that use AbstractEntityEntry.BooleanState
Package
Description
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.BooleanStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractEntityEntry.BooleanState[]AbstractEntityEntry.BooleanState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.engine.internal with parameters of type AbstractEntityEntry.BooleanStateModifier and TypeMethodDescriptionprotected booleanAbstractEntityEntry.getCompressedValue(AbstractEntityEntry.BooleanState state) Gets the current value of the given boolean flag.protected voidAbstractEntityEntry.setCompressedValue(AbstractEntityEntry.BooleanState state, boolean value) Saves the value for the given boolean flag.