[hibernate-dev] [Validator] Method level validation and cross parameter validator

Emmanuel Bernard emmanuel at hibernate.org
Fri Feb 18 03:01:16 EST 2011


Reading the Google design by contract work, I realized that we do not cover cross-parameter validation in method-level validation.

//We want to make sure departure is after arrival.
void book(Date arrival, Date departure);

Any idea on ow best to address that?



More information about the hibernate-dev mailing list