JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
io.github.blyznytsiaorg.bibernate.annotation
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