1. JPA Repository-Level Validation forum.hibernate.orgI have an Administrator entity that has a property called Type. Administrators can be complete or limited. I need to ensure that, no matter what happens, there is always at least one complete administrator in the entity store. For deleting, persisting, and merging, this is not a problem, because I can add the check to the corresponding methods in the DAO. ... |
2. hibernate-validator 3.1.0GA to maven central repository? forum.hibernate.org |