Uses of Interface
org.springframework.integration.jdbc.lock.LockRepository
Packages that use LockRepository
-
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
.