Package org.hibernate.annotations
Annotation Type ColumnDefault
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface ColumnDefaultIdentifies the DEFAULT value to apply to the associated column via DDL.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe DEFAULT definition to apply to the DDL.
-