Validatablepublic interface Validatable Implemented by persistent classes with invariants that must
be checked before inserting into or updating the database. |
Methods Summary |
---|
public void | validate()Validate the state of the object before persisting it.
If a violation occurs, throw a ValidationFailure.
This method must not change the state of the object by
side-effect.
|
|