Annotation Type DataStoreIdColumn
-
@Target(TYPE) @Retention(RUNTIME) public @interface DataStoreIdColumn
Surrogate datastore identity column.- Since:
- 0.4.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
columnDefinition
boolean
insertable
java.lang.String
name
int
precision
boolean
updatable
-