The JPA 2.0 specification (JSR 317) does not require the implementation of Bean Validation (JSR-303). Validation is optional. Thus, it javax.persistence.ValidationModecan take different values:
Auto ( ) - ,Callback - PersistenceException,None - ,
.