JPA Enum

ConstraintMode

java.lang.Object
  ∟ java.lang.Enum<jakarta.persistence.ConstraintMode>
    ∟ jakarta.persistence.ConstraintMode

Used to control the application of a constraint.
Since:
JPA 2.1

Enum Constants

Apply the constraint.
Since:
JPA 2.1
Do not apply the constraint.
Since:
JPA 2.1
Use the provider-defined default behavior.
Since:
JPA 2.1

Public Static Enum Methods:

Method inherited from class java.lang.Enum

compareTo, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait