美文网首页
QueryCache

QueryCache

作者: chaofeng | 来源:发表于2015-09-11 10:02 被阅读8次
    • 解决问题
    1. 不得不频繁的查询数据库来检查数据变化情况
    • 限制条件
    1. 完全相同的SQL执行
    2. 两次查询之间、此SELECT SQL 对应的库表未发生变动
    • 使用方法
    1. <property name="hibernate.cache.use_query_cache">true</property>
    2. query.list()之前执行query.setCacheable(true);

    相关文章

      网友评论

          本文标题:QueryCache

          本文链接:https://www.haomeiwen.com/subject/teupcttx.html