public interface OptimisticConcurrencyVersionHolder
Instances of Types that implement OptimisticConcurrencyVersionHolder are associated with StateServer object version
information and are therefore suitable for optimistic concurrency. Specify UpdateLockingMode.UpdateIfSameVersion
as a locking mode in UpdateOptions.setLockingMode(UpdateLockingMode) while updating the object to use optimistic concurrency.