Module org.panteleyev.persistence
Annotation Type Field
-
@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface FieldDefines database record field. Must be applied to getters. If Record usesRecordBuilderannotated constructor its parameters must be annotated byFieldas well.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSQL name of the field.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intlengthDefines length of the field.booleannullableDefines if the field can be NULL.intprecisionDefines PRECISION.booleanprimaryKeyDefines if the field is a primary key.intscaleDefines SCALE.
-