mybatis,一级缓存,https://www.cnblogs.com/ljdblog/p/7123430.html

同一个sqlsession的同一个查询,后面的会使用到缓存,缓存放置的问题。

spring整合mybatis后,同一个事务下,获取到的sqlsession是同一个。

mybatis缓存

mybatis缓存

相关文章:

  • 2022-01-23
猜你喜欢
  • 2021-08-31
  • 2021-12-11
  • 2021-07-24
  • 2021-08-08
  • 2021-09-03
相关资源
相似解决方案