Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 myBatis 用于我的 ORM 框架。我需要将静态表(例如国家/地区表)的数据加载到内存中,并且能够在其他业务对象需要时使用。在 myBatis 中是否有任何有效的方法来执行此操作?
您需要将<cache/>元素添加到映射。
<cache/>