JPA Enum Constant
in javax.persistence.ValidationMode

AUTO


If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities. If no Bean Validation provider is present in the environment, no lifecycle event validation takes place. This is the default behavior.
Since:
JPA 2.0