24.2.71. @SelectBeforeUpdate
The @SelectBeforeUpdate
annotation is used to specify that the current annotated entity state be selected from the database when determining whether to perform an update when the detached entity is reattached.
</div>
See the OptimisticLockType.DIRTY
mapping section for more info on how @SelectBeforeUpdate
works.
</div> </div>