1. Disabling Hibernate Validation on save/update with Hibernate 3.6.0.Final stackoverflow.comI just started upgrading an application that used Hibernate 3.5.6.Final to 3.6.0.Final, and there has been several hickups. The last hickup I can't find a solution for. 3.6.0.Final seems to automatically turn ... |
2. Hibernate Validation on Update coderanch.com |
3. Hibernate Validator in contextual/stateful updates/inserts forum.hibernate.orgI have been using the hibernate.validator framework a bit and like what I see so far. I am wondering what people are doing to express stateful validations. As Martin Fowler writes, "Often when people talk about a context-free validity, they mean it in terms of saving to a database." In this case, I think the validator package was designed for exactly ... |