Uses of Interface
org.springframework.integration.jdbc.lock.LockRepository
Packages that use LockRepository
Package
Description
Provides lock classes for JDBC module.
-
Uses of LockRepository in org.springframework.integration.jdbc.lock
Classes in org.springframework.integration.jdbc.lock that implement LockRepositoryModifier and TypeClassDescriptionclass
The default implementation of theLockRepository
based on the table from the script presented in theorg/springframework/integration/jdbc/schema-*.sql
.Constructors in org.springframework.integration.jdbc.lock with parameters of type LockRepositoryModifierConstructorDescriptionJdbcLockRegistry
(LockRepository client) Construct an instance based on the providedLockRepository
.JdbcLockRegistry
(LockRepository client, Duration expireAfter) Create a lock registry with the supplied lock expiration.