Package org.hibernate.annotations
Annotation Type Check
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface CheckArbitrary SQL CHECK constraints which can be defined at the class, property or collection level.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringconstraintsThe check constraints string.
-