【问题标题】:Does any JPA implementations support write-behind caching?是否有任何 JPA 实现支持后写缓存? 【发布时间】:2011-06-20 07:19:50 【问题描述】: 我是否正确地说 Hibernate 3.6.5 不支持后写缓存(由 EhCache 2.4.2 实现)? 是否还有其他符合 JPA 且支持后写缓存的 ORM? 【问题讨论】: 标签: hibernate orm jpa ehcache 【解决方案1】: 根据this 论坛帖子,答案是否定的(因为它需要在休眠中更改代码)。然而,EclipseLink 支持使用 Coherence 的 write-behind 缓存策略(有一篇很好的介绍文章 here)。 【讨论】: