Annotation Type ColumnDefinition
-
@Retention(RUNTIME) @Target(FIELD) @Column public @interface ColumnDefinition
Allow to specify information about a column to generate the schema.- Author:
- Guillaume Le Cousin
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description long
max
Maximum value or length.long
min
Minimum value or length.boolean
nullable
Defines is the column may contain NULL or not.int
precision
Floating-point precision.int
scale
Floating-point scale.boolean
updatable
Defines if the value may be updated or not.
-