Annotation Type ModifiedBy
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ModifiedBy
Marks a property who modifed By settingonCreate()totrue, the property gets also set when the entity is persisted.- Since:
- 1.0.0
- Author:
- czenczl
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanonCreateReturnstrueif the field should be updated on entity creation too
-