Package org.hibernate.dialect.lock

Interface Summary
LockingStrategy A strategy abstraction for how locks are obtained in the underlying database.
 

Class Summary
SelectLockingStrategy A locking strategy where the locks are obtained through select statements.
UpdateLockingStrategy A locking strategy where the locks are obtained through update statements.