LockingStrategy | A strategy abstraction for how locks are obtained in the underlying database. | code | html |
SelectLockingStrategy | A locking strategy where the locks are obtained through select statements. | code | html |
UpdateLockingStrategy | A locking strategy where the locks are obtained through update statements. | code | html |