|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSelectLockingStrategy | |
---|---|
org.hibernate.dialect | This package abstracts the SQL dialect of the underlying database. |
org.hibernate.dialect.lock |
Uses of AbstractSelectLockingStrategy in org.hibernate.dialect |
---|
Subclasses of AbstractSelectLockingStrategy in org.hibernate.dialect | |
---|---|
static class |
HSQLDialect.ReadUncommittedLockingStrategy
|
Uses of AbstractSelectLockingStrategy in org.hibernate.dialect.lock |
---|
Subclasses of AbstractSelectLockingStrategy in org.hibernate.dialect.lock | |
---|---|
class |
PessimisticReadSelectLockingStrategy
A pessimistic locking strategy where the locks are obtained through select statements. |
class |
PessimisticWriteSelectLockingStrategy
A pessimistic locking strategy where the locks are obtained through select statements. |
class |
SelectLockingStrategy
A locking strategy where the locks are obtained through select statements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |