@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface KeyColumn
Map key column.
String
columnDefinition
boolean
insertable
int
length
name
nullable
precision
scale
unique
updatable
String name
boolean unique
boolean nullable
boolean insertable
boolean updatable
String columnDefinition
int length
int precision
int scale