Is there a way to stop Hibernate from creating not-null constraints for properties annotated with @javax.validation.constraints.NotNull when using hbm2ddl = create?
Is there a way to stop Hibernate from creating not-null constraints for properties annotated
Share
From the documentation of Hibernate Validator:
For more details about the
org.hibernate.validator.group.ddlproperty, see also the section 4.1.2. Configuration.