Uses of Interface
org.hibernate.dialect.lock.LockingStrategy
-
Packages that use LockingStrategy Package Description org.hibernate.dialect org.hibernate.dialect.lock Support for Dialect-specific locking strategiesorg.hibernate.persister.entity -
-
Uses of LockingStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return LockingStrategy Modifier and Type Method Description LockingStrategyCache71Dialect. getLockingStrategy(Lockable lockable, LockMode lockMode)LockingStrategyDialect. getLockingStrategy(Lockable lockable, LockMode lockMode)Get a strategy instance which knows how to acquire a database-level lock of the specified mode for this dialect.LockingStrategyFrontBaseDialect. getLockingStrategy(Lockable lockable, LockMode lockMode)LockingStrategyHSQLDialect. getLockingStrategy(Lockable lockable, LockMode lockMode)For HSQLDB 2.0, this is a copy of the base class implementation.LockingStrategyMckoiDialect. getLockingStrategy(Lockable lockable, LockMode lockMode)LockingStrategyPointbaseDialect. getLockingStrategy(Lockable lockable, LockMode lockMode)LockingStrategyRDMSOS2200Dialect. getLockingStrategy(Lockable lockable, LockMode lockMode)LockingStrategyTimesTenDialect. getLockingStrategy(Lockable lockable, LockMode lockMode) -
Uses of LockingStrategy in org.hibernate.dialect.lock
Classes in org.hibernate.dialect.lock that implement LockingStrategy Modifier and Type Class Description classAbstractSelectLockingStrategyBaseLockingStrategyimplementation to support implementations based on issuing SQL SELECT statementsclassOptimisticForceIncrementLockingStrategyAn optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).classOptimisticLockingStrategyAn optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).classPessimisticForceIncrementLockingStrategyA pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).classPessimisticReadSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.classPessimisticReadUpdateLockingStrategyA pessimistic locking strategy where the locks are obtained through update statements.classPessimisticWriteSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.classPessimisticWriteUpdateLockingStrategyA pessimistic locking strategy where the locks are obtained through update statements.classSelectLockingStrategyA locking strategy where the locks are obtained through select statements.classUpdateLockingStrategyA locking strategy where the locks are obtained through update statements. -
Uses of LockingStrategy in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return LockingStrategy Modifier and Type Method Description protected LockingStrategyAbstractEntityPersister. generateLocker(LockMode lockMode)
-