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.
当我调用 EclipseLink 合并时,为什么它首先进行选择查询?
使用 sql 语句记录我看到它总是在更新之前进行选择。
由于 L2 缓存,我会通过它不需要先做你的选择。
谢谢
如果对象在缓存中,它不会发出选择。您的对象不在共享缓存中,或者无效。
如果仍然有问题,请包括您的代码和配置。