Package org.hibernate.annotations
Annotation Type Check
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface Check
Arbitrary 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.String
constraints
The check constraints string.
-