Annotation Interface InsertOnlyProperty


@Retention(RUNTIME) @Target({FIELD,METHOD,ANNOTATION_TYPE}) @Documented public @interface InsertOnlyProperty
A property with this annotation will only be written to the database during insert operations, not during updates.
Since:
3.0
Author:
Jens Schauder