Is there a way to stop Hibernate from creating not-null constraints for properties annotated with @javax.validation.constraints.NotNull
when using hbm2ddl = create
?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
From the documentation of Hibernate Validator:
For more details about the
org.hibernate.validator.group.ddl
property, see also the section 4.1.2. Configuration.