Example usage for Java javax.persistence ValidationMode fields, constructors, methods, implement or subclass
The text is from its open source code.
ValidationMode | CALLBACK The persistence provider must perform the lifecycle event validation. |
ValidationMode | NONE The persistence provider must not perform lifecycle event validation. |