Uses of Interface
org.springframework.integration.jdbc.lock.LockRepository
-
Uses of LockRepository in org.springframework.integration.jdbc.lock
Modifier and TypeClassDescriptionclass
The default implementation of theLockRepository
based on the table from the script presented in theorg/springframework/integration/jdbc/schema-*.sql
.ModifierConstructorDescriptionJdbcLockRegistry
(LockRepository client) Construct an instance based on the providedLockRepository
.