Annotation Interface DynamicUpdate


@Retention(RUNTIME) @Target(TYPE) public @interface DynamicUpdate
Indicates that the annotated entity should use dynamic update behavior, where only modified fields are included in the SQL update statement.
Since:
1.0
Author:
Blyzhnytsia Team