Annotation Interface OptimisticLocking


@Target(TYPE) @Retention(RUNTIME) public @interface OptimisticLocking
The OptimisticLocking annotation is used to specify the type of optimistic locking EclipseLink should use when updating or deleting entities.

An optimistic-locking specification is supported on an Entity or MappedSuperclass annotation.

Since:
Oracle TopLink 11.1.1.0.0
See Also: