注释类型 DynamicUpdate
-
@Target(TYPE) @Retention(RUNTIME) public @interface DynamicUpdate
For updating, should this entity use dynamic sql generation where only changed columns get referenced in the prepared sql statement? Note, for re-attachment of detached entities this is not possible without select-before-update being enabled.- 作者:
- Steve Ebersole
- 另请参阅:
SelectBeforeUpdate
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 booleanvalueShould dynamic update generation be used for this entity?
-