小编Sea*_*row的帖子

休眠缓存注释

为什么在 hibernate 文档中,我会在实体上看到带有两个注释的引用以进行缓存?

例如:http : //docs.jboss.org/hibernate/orm/4.2/manual/en-US/html_single/#performance-cache-mapping

@Entity 
@Cacheable
@Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE)
public class Forest { ... }
Run Code Online (Sandbox Code Playgroud)

@Cacheable 和 @Cache 注释都需要吗?

hibernate jpa ehcache

5
推荐指数
1
解决办法
3833
查看次数

标签 统计

ehcache ×1

hibernate ×1

jpa ×1