Uses of Class
org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
Packages that use AbstractSelectLockingStrategy Package Description org.hibernate.dialect.lock Support for Dialect-specific locking strategies -
-
Uses of AbstractSelectLockingStrategy in org.hibernate.dialect.lock
Subclasses of AbstractSelectLockingStrategy in org.hibernate.dialect.lock Modifier and Type Class Description classPessimisticReadSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.classPessimisticWriteSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.classSelectLockingStrategyA locking strategy where the locks are obtained through select statements.
-