Uses of Interface
org.hibernate.dialect.lock.spi.ConnectionLockTimeoutStrategy
Packages that use ConnectionLockTimeoutStrategy
-
Uses of ConnectionLockTimeoutStrategy in org.hibernate.dialect.lock.spi
Fields in org.hibernate.dialect.lock.spi declared as ConnectionLockTimeoutStrategyModifier and TypeFieldDescriptionstatic final ConnectionLockTimeoutStrategyConnectionLockTimeoutStrategy.NONEMethods 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.