Uses of Enum Class
org.hibernate.engine.internal.Nullability.NullabilityCheckType
Packages that use Nullability.NullabilityCheckType
Package
Description
Support for many of the internal workings of Hibernate.
-
Uses of Nullability.NullabilityCheckType in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return Nullability.NullabilityCheckTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Nullability.NullabilityCheckType[]
Nullability.NullabilityCheckType.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 Nullability.NullabilityCheckTypeModifier and TypeMethodDescriptionvoid
Nullability.checkNullability
(Object[] values, EntityPersister persister, Nullability.NullabilityCheckType checkType)