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