Package org.hibernate.dialect.lock
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
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.