Hibernate session.flush在修改实体后导致死锁

时间:2016-03-22 01:34:32

标签: hibernate transactions

这是方案,

logging.info("message")

即使两者都在同一会话和事务中,为什么会出现以下异常

  

session.save(entity); //it fires the insert statement entity.setFirstname("abc");//and modify any parameter session.flush(); // it fires the update statement   等待模式EXCLUSIVE的RECORD_LOCK时发生锁定超时(TRANSACTION_ID = 3629,UPDATE_TRANSACTION_ID = 394821922)

0 个答案:

没有答案