Uses of Enum Class
org.hibernate.dialect.RowLockStrategy
Packages that use RowLockStrategy
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of RowLockStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return RowLockStrategyModifier and TypeMethodDescriptionDialect.getLockRowIdentifier
(LockMode lockMode) Obtain aRowLockStrategy
for the givenLockMode
.Dialect.getReadRowLockStrategy()
Deprecated.Use LockingSupport.Metadata.getReadRowLockStrategy(), via Dialect.getLockingSupport(), instead.Dialect.getWriteRowLockStrategy()
Deprecated.Use LockingSupport.Metadata.getWriteRowLockStrategy(), via Dialect.getLockingSupport(), instead.static RowLockStrategy
Returns the enum constant of this class with the specified name.static RowLockStrategy[]
RowLockStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.dialect with parameters of type RowLockStrategyModifier and TypeMethodDescriptionprotected LockingClauseStrategy
Dialect.buildLockingClauseStrategy
(PessimisticLockKind lockKind, RowLockStrategy rowLockStrategy, LockOptions lockOptions) -
Uses of RowLockStrategy in org.hibernate.dialect.lock.internal
Methods in org.hibernate.dialect.lock.internal that return RowLockStrategyModifier and TypeMethodDescriptionCockroachLockingSupport.getWriteRowLockStrategy()
HANALockingSupport.getWriteRowLockStrategy()
LockingSupportParameterized.getWriteRowLockStrategy()
LockingSupportSimple.getWriteRowLockStrategy()
MySQLLockingSupport.getWriteRowLockStrategy()
OracleLockingSupport.getWriteRowLockStrategy()
PostgreSQLLockingSupport.getWriteRowLockStrategy()
TimesTenLockingSupport.getWriteRowLockStrategy()
Constructors in org.hibernate.dialect.lock.internal with parameters of type RowLockStrategyModifierConstructorDescriptionDB2LockingSupport
(RowLockStrategy rowLockStrategy, boolean supportsWait, boolean supportsNoWait, boolean supportsSkipLocked) LockingSupportParameterized
(PessimisticLockStyle pessimisticLockStyle, RowLockStrategy rowLockStrategy, boolean supportsWait, boolean supportsNoWait, boolean supportsSkipLocked, OuterJoinLockingType outerJoinLockingType) LockingSupportParameterized
(PessimisticLockStyle pessimisticLockStyle, RowLockStrategy rowLockStrategy, LockTimeoutType waitType, LockTimeoutType noWaitType, LockTimeoutType skipLockedType, OuterJoinLockingType outerJoinLockingType) LockingSupportSimple
(PessimisticLockStyle lockStyle, RowLockStrategy rowLockStrategy, LockTimeoutType lockTimeoutType, OuterJoinLockingType joinLockingType, ConnectionLockTimeoutStrategy connectionStrategy) TransactSQLLockingSupport
(PessimisticLockStyle pessimisticLockStyle, LockTimeoutType wait, LockTimeoutType noWait, LockTimeoutType skipLocked, RowLockStrategy rowLockStrategy, OuterJoinLockingType outerJoinLockingType, ConnectionLockTimeoutStrategy connectionLockTimeoutStrategy) -
Uses of RowLockStrategy in org.hibernate.dialect.lock.spi
Methods in org.hibernate.dialect.lock.spi that return RowLockStrategyModifier and TypeMethodDescriptiondefault RowLockStrategy
LockingSupport.Metadata.getReadRowLockStrategy()
The strategy for indicating which rows to lock as part of afor share of
style clause.default RowLockStrategy
LockingSupport.Metadata.getWriteRowLockStrategy()
The strategy for indicating which rows to lock as part of afor update of
style clause. -
Uses of RowLockStrategy in org.hibernate.sql.ast.internal
Constructors in org.hibernate.sql.ast.internal with parameters of type RowLockStrategyModifierConstructorDescriptionStandardLockingClauseStrategy
(Dialect dialect, PessimisticLockKind lockKind, RowLockStrategy rowLockStrategy, LockOptions lockOptions)