是否有可能在spring-data存储库中有两个方法 – 一个没有锁定T findOne(Predicate p);连同相同但锁定@Lock(LockModeType.PESSIMISTIC_WRITE)T findOne(Predicate p);?
我希望有类似的东西
public interface TransactionRepository extends JpaRepository
最佳答案
原文链接:https://www.f2er.com/spring/432129.html