|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.engine.Nullability
public final class Nullability
Implements the algorithm for validating property values for illegal null values
| Constructor Summary | |
|---|---|
Nullability(SessionImplementor session)
|
|
| Method Summary | |
|---|---|
void |
checkNullability(java.lang.Object[] values,
EntityPersister persister,
boolean isUpdate)
Check nullability of the class persister properties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Nullability(SessionImplementor session)
| Method Detail |
|---|
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 saved
PropertyValueException - Break the nullability of one property
HibernateException - error while getting Component values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||