Interface LockingSupport


@Incubating public interface LockingSupport
Details and operations related to a Dialect's support for pessimistic locking.
  • Method Details

    • getMetadata

      Access to details about the locking capabilities of a Dialect.
    • getConnectionLockTimeoutStrategy

      ConnectionLockTimeoutStrategy getConnectionLockTimeoutStrategy()
      Access to the delegate which can be used for applying lock timeouts using the JDBC connection, generally via execution of a command/statement.