Optimistic Lock

public interface OptimisticLock {
    Integer currentVersion();
}

Last updated

Was this helpful?