Annotation Type ColumnDefinition
-
@Retention(RUNTIME) @Target(FIELD) @Column public @interface ColumnDefinition
Allow to specify information about a column to generate the schema.
-
-
Field Summary
Fields Modifier and Type Fields Description static intDEFAULT_PRECISIONstatic intDEFAULT_SCALE
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description longmaxMaximum value or length.longminMinimum value or length.booleannullableDefines is the column may contain NULL or not.intprecisionFloating-point precision.intscaleFloating-point scale.booleanupdatableDefines if the value may be updated or not.
-