Class Nullability

java.lang.Object
org.hibernate.engine.internal.Nullability

public final class Nullability extends Object
Implements the algorithm for validating property values for illegal null values.

For example, a field or property does not accept null values if it is mapped @Basic(optional=false).