org.hibernate.dialect.lock |
|
Java Source File Name | Type | Comment |
LockingStrategy.java | Interface | A strategy abstraction for how locks are obtained in the underlying database. |
SelectLockingStrategy.java | Class | A locking strategy where the locks are obtained through select statements.
For non-read locks, this is achieved through the Dialect's specific
SELECT ... |
UpdateLockingStrategy.java | Class | A locking strategy where the locks are obtained through update statements. |