Interface LockRepository

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultLockRepository

public interface LockRepository
extends Closeable
Encapsulation of the SQL shunting that is needed for locks. A JdbcLockRegistry needs a reference to a spring-managed (transactional) client service, so this component has to be declared as a bean.
Since:
4.3
Author:
Dave Syer, Alexandre Strubel