Package org.springframework.integration.jdbc.lock


@NullMarked package org.springframework.integration.jdbc.lock
Provides lock classes for JDBC module.
  • Class
    Description
    The default implementation of the LockRepository based on the table from the script presented in the org/springframework/integration/jdbc/schema-*.sql.
    An ExpirableLockRegistry using a shared database to co-ordinate the locks.
    Encapsulation of the SQL shunting that is needed for locks.