注释类型 OptimisticLock
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface OptimisticLock
Whether or not a change of the annotated property will trigger an entity version increment. If the annotation is not present, the property is involved in the optimistic lock strategy (default).- 作者:
- Logi Ragnarsson
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 booleanexcludedWhether the annotated property should be included in optimistic locking determinations for the owner.
-