Interface LockableRepository<Entity,ID>

Type Parameters:
Entity - Entity
ID - ID
All Superinterfaces:
Repository<Entity,ID>

public interface LockableRepository<Entity,ID> extends Repository<Entity,ID>
拥有在查询时指定锁模式能力的 Repository
Version:
0.0.1
Author:
scx567888