How do we enforce cross field validation with hibernate validator 3.1.0.GA
create table user (id, start_date, end_date, ...) e.g. college graduation finishing date for a student should be greater than the graduation start date
How do we enforce this, so that the validation messages can be shown in the UI on save / update operations. The UI is built using JSF, Richfaces