Uses of Interface
org.hibernate.dialect.lock.spi.ConnectionLockTimeoutStrategy
Packages that use ConnectionLockTimeoutStrategy
-
Uses of ConnectionLockTimeoutStrategy in org.hibernate.dialect.lock.internal
Classes in org.hibernate.dialect.lock.internal that implement ConnectionLockTimeoutStrategyModifier and TypeClassDescriptionclass
static class
class
static class
Fields in org.hibernate.dialect.lock.internal declared as ConnectionLockTimeoutStrategyModifier and TypeFieldDescriptionstatic final ConnectionLockTimeoutStrategy
MySQLLockingSupport.MYSQL_CONN_LOCK_TIMEOUT_STRATEGY
Methods in org.hibernate.dialect.lock.internal that return ConnectionLockTimeoutStrategyModifier and TypeMethodDescriptionCockroachLockingSupport.getConnectionLockTimeoutStrategy()
H2LockingSupport.getConnectionLockTimeoutStrategy()
HANALockingSupport.getConnectionLockTimeoutStrategy()
HSQLLockingSupport.getConnectionLockTimeoutStrategy()
LockingSupportParameterized.getConnectionLockTimeoutStrategy()
LockingSupportSimple.getConnectionLockTimeoutStrategy()
MariaDBLockingSupport.getConnectionLockTimeoutStrategy()
MySQLLockingSupport.getConnectionLockTimeoutStrategy()
NoLockingSupport.getConnectionLockTimeoutStrategy()
OracleLockingSupport.getConnectionLockTimeoutStrategy()
PostgreSQLLockingSupport.getConnectionLockTimeoutStrategy()
TimesTenLockingSupport.getConnectionLockTimeoutStrategy()
TransactSQLLockingSupport.getConnectionLockTimeoutStrategy()
Constructors in org.hibernate.dialect.lock.internal with parameters of type ConnectionLockTimeoutStrategyModifierConstructorDescriptionLockingSupportSimple
(PessimisticLockStyle lockStyle, LockTimeoutType lockTimeoutType, OuterJoinLockingType joinLockingType, ConnectionLockTimeoutStrategy connectionStrategy) 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 ConnectionLockTimeoutStrategy in org.hibernate.dialect.lock.spi
Fields in org.hibernate.dialect.lock.spi declared as ConnectionLockTimeoutStrategyModifier and TypeFieldDescriptionstatic final ConnectionLockTimeoutStrategy
ConnectionLockTimeoutStrategy.NONE
Methods in org.hibernate.dialect.lock.spi that return ConnectionLockTimeoutStrategyModifier and TypeMethodDescriptionLockingSupport.getConnectionLockTimeoutStrategy()
Access to the delegate which can be used for applying lock timeouts using the JDBC connection, generally via execution of a command/statement.