标签: jpa pessimistic-locking
根据文档,如果尝试锁定并且对象已经被锁定,则不会回滚事务并抛出LockTimeoutException。
在使用EntityManager时,在什么情况下会抛出PessimisticLockException?