注释类型 SelectBeforeUpdate
-
@Target(TYPE) @Retention(RUNTIME) public @interface SelectBeforeUpdate
Should the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?- 作者:
- Steve Ebersole
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 booleanvaluetrue(which is the default when this annotation is present) indicates thatselect-before-updateprocessing should occur.
-