Package org.hibernate.dialect.lock.spi
Interface LockingSupport
- All Known Implementing Classes:
CockroachLockingSupport
,DB2LockingSupport
,H2LockingSupport
,HANALockingSupport
,HSQLLockingSupport
,LockingSupportParameterized
,LockingSupportSimple
,MariaDBLockingSupport
,MySQLLockingSupport
,NoLockingSupport
,OracleLockingSupport
,PostgreSQLLockingSupport
,TimesTenLockingSupport
,TransactSQLLockingSupport
Details and operations related to a Dialect's support for pessimistic locking.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Describes the locking capabilities of a Dialect. -
Method Summary
Modifier and TypeMethodDescriptionAccess to the delegate which can be used for applying lock timeouts using the JDBC connection, generally via execution of a command/statement.Access to details about the locking capabilities of a Dialect.
-
Method Details
-
getMetadata
LockingSupport.Metadata 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.
-