Java javax.persistence ValidationMode fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence ValidationMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence ValidationMode.

The text is from its open source code.

Field

ValidationModeCALLBACK
The persistence provider must perform the lifecycle event validation.
ValidationModeNONE
The persistence provider must not perform lifecycle event validation.