Package org.springframework.integration.jdbc.lock
-
Interface Summary Interface Description LockRepository Encapsulation of the SQL shunting that is needed for locks. -
Class Summary Class Description DefaultLockRepository The default implementation of theLockRepository
based on the table from the script presented in theorg/springframework/integration/jdbc/schema-*.sql
.JdbcLockRegistry AnExpirableLockRegistry
using a shared database to co-ordinate the locks.