Hibernate Validator is the reference implementation for JSR 380 - Bean Validation 2.0
Situation: I would like to perform Hibernate Validation based upon user properties (to allow different validation rules for input based …
java regex hibernate-validator properties-fileWe all know, that Spring MVC integrate well with Hibernate Validator and JSR-303 in general. But Hibernate Validator, as someone …
java validation spring-mvc hibernate-validatorI'm working on a project that uses bean validation (Hibernate Validator 5.1.3.Final). My bean has a attribute with the @Past …
java jakarta-ee bean-validation java-ee-7 hibernate-validatorI am totally new to Spring and I have looked in to a few answers on SO for the asked …
java spring validation spring-mvc hibernate-validatorI want to overwrite the default Hibernate Validator messages in a server faces web app, so I read this part …
hibernate-validator jsf-2.2I need to validate the objects which are stored in the list on my form bean object. Below is my …
spring-mvc nested-attributes hibernate-validatorI'm using Hibernate Validator and would like to resolve the category's name in an error message. Consider this simple scenario: …
java hibernate spring validation hibernate-validatorI've been looking a around for a while now with no luck. I'n not using Spring MVC but still want …
java spring aop bean-validation hibernate-validatorI have a class with hibernate's validation annotation on some fields (such as @NotNull and @Size(min = 4, max = 50), etc...) public …
java spring hibernate-validator spring-validatorI am confused between the two now. I know Hibernate Validator 6 is the reference implementation for Bean Validation 2.0 specs. It …
java spring validation hibernate-validator