Annotation Interface CheckConstraint


@Target({}) @Retention(RUNTIME) public @interface CheckConstraint
Used to specify a SQL check constraint on a column or table when schema generation is in effect.
Since:
3.2
See Also: