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 the LockRepository based on the table from the script presented in the org/springframework/integration/jdbc/schema-*.sql.
    JdbcLockRegistry
    An ExpirableLockRegistry using a shared database to co-ordinate the locks.