Annotation Type ElementColumn
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ElementColumn
Array, collection, or map element column.
- Since:
- 0.4.0, 1.1.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
columnDefinition
boolean
insertable
int
length
java.lang.String
name
boolean
nullable
int
precision
int
scale
boolean
unique
boolean
updatable
-