Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate-validator

How to use Hibernate Validator to validate date ranges across multiple rows in a table?

ConstraintValidator dependency injection leads to ValidationException when being validated at class level

Hibernate - Error activating Bean Validation integration

Validation for generated JAXB Classes (JSR 303 / Spring)

Spring MVC with Hibernate Validator. How to validate property by group?

How would I specify a Hibernate "@Pattern" annotation using a regular expression from a .properties file or database

can @Valid annotation check on fields recursively in spring mvc?

Correct way to do an EntityManager query during Hibernate Validation

How to do client side validation with annotated rules on domain classes (RequestFactory)?

Overwriting default Hibernate Validator messages

Spring boot REST validation error response

What is the proper way to validate requests with Resteasy?

Use custom validation messages in Hibernate + Spring

No validator could be found for constraint 'javax.validation.constraints.NotBlank' validating type 'java.lang.String'

How to access a field which is described in annotation property

Adding custom ConstraintValidator for @Future and LocalDate to a Spring Boot project

JPA Validation of Email String Collection

hibernate validation doesn't happen on persist in database

nested Annotation List in Scala