Isolation.REPEATABLE_READ
mysql默认级别, 仅次于Isolation.SERIALIZABLE
Isolation.SERIALIZABLE:
别人无法update 否则: Deadlock found when trying to get lock; try restarting transaction
mysql默认级别, 仅次于Isolation.SERIALIZABLE
Isolation.SERIALIZABLE:
别人无法update 否则: Deadlock found when trying to get lock; try restarting transaction


被折叠的 条评论
为什么被折叠?



