CheckConstraint
- Implemented Interfaces:
Annotation
Used to specify a SQL check constraint on a column or table when schema generation is in effect.
- See Also:
- Table.check
- Column.check
- Since:
- JPA 3.2
Public Annotation Attributes
String constraint default null
- Since:
- JPA 3.2
String name default ""
Defaults to a provider-generated name.
- Since:
- JPA 3.2
String options default ""
- Since:
- JPA 3.2