Interface LockingSupport

All Known Implementing Classes:
CockroachLockingSupport, DB2LockingSupport, H2LockingSupport, HANALockingSupport, HSQLLockingSupport, LockingSupportParameterized, LockingSupportSimple, MariaDBLockingSupport, MySQLLockingSupport, NoLockingSupport, OracleLockingSupport, PostgreSQLLockingSupport, TimesTenLockingSupport, TransactSQLLockingSupport

@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.