07 2023 档案

JPA(Hibernate)批量插入不起作用
摘要:Batching not working even after configuring the properties The most probable reason is that you are using GenerationType.IDENTITY identifier generator 阅读全文

posted @ 2023-07-25 13:46 jmbkeyes 编辑

REPEATABLE-READ隔离级别 事务中无法读到其它事务提交了的最新数据
摘要:隔离级别为 REPEATABLE-READ:起两个MySQL命令行客户端A、B,两边都 set autocommit = 0; start transaction; 实验一:A更新一条数据行 id = 1,值更新为 99,此时A不提交,B是查不到新值99的。A提交,B直接查询此条数据,可以查到值99 阅读全文

posted @ 2023-07-21 09:54 jmbkeyes 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示