Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
public final class: Nullability [javadoc | source]
java.lang.Object
   org.hibernate.engine.Nullability
Implements the algorithm for validating property values for illegal null values
Constructor:
 public Nullability(SessionImplementor session) 
Method from org.hibernate.engine.Nullability Summary:
checkNullability
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.Nullability Detail:
 public  void checkNullability(Object[] values,
    EntityPersister persister,
    boolean isUpdate) throws HibernateException, PropertyValueException 
    Check nullability of the class persister properties