Annotation Type Optimistic


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Optimistic
Use optimistic concurrency control. This may mean that a transaction is forced to abort at the end due to conflicting updates made by other users.
Author:
marklittle