| In the documentation (http://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#validator-defineconstraints-spec) you can check that "@NotNull" has Column(s) are not nullable as Hibernate metadata impact. However, @NotBlank doesn't have this impact. My suggestion is to add this to @NotBlank aswell. |