Uses of Class
org.hibernate.engine.internal.Nullability.NullabilityCheckType
-
Packages that use Nullability.NullabilityCheckType Package Description org.hibernate.engine.internal 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.NullabilityCheckType Modifier and Type Method Description static Nullability.NullabilityCheckType
Nullability.NullabilityCheckType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Nullability.NullabilityCheckType[]
Nullability.NullabilityCheckType. 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 Nullability.NullabilityCheckType Modifier and Type Method Description void
Nullability. checkNullability(Object[] values, EntityPersister persister, Nullability.NullabilityCheckType checkType)
-