gpt4 book ai didi

java - evictAll 和刷新之间的区别

转载 作者:行者123 更新时间:2023-11-30 06:57:17 25 4
gpt4 key购买 nike

evictAll和refresh有什么区别:

em.getEntityManagerFactory().getCache().evict(AdminUtilisateur.class, user);

em.refresh(em.getReference(AdminUtilisateur.class, user.getId()));

我什么时候应该使用每一个?

谢谢。

最佳答案

驱逐:将实例标记为缓存中不再需要。

刷新:从数据库刷新实例的状态,覆盖对实体所做的更改

关于java - evictAll 和刷新之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41565014/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com