public final class Nullability
extends java.lang.Object
| Constructor and Description |
|---|
Nullability(SessionImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkNullability(java.lang.Object[] values,
EntityPersister persister,
boolean isUpdate)
Check nullability of the class persister properties
|
public Nullability(SessionImplementor session)
public void checkNullability(java.lang.Object[] values,
EntityPersister persister,
boolean isUpdate)
throws PropertyValueException,
HibernateException
values - entity propertiespersister - class persisterisUpdate - wether it is intended to be updated or savedPropertyValueException - Break the nullability of one propertyHibernateException - error while getting Component valuesCopyright © 2013. All Rights Reserved.