r*****s 发帖数: 985 | 1 是不是互不兼容的啊?
好像以前的@Cache by hibernate不支持method level caching
@Cachable by ehcache-spring-annotations supports it,
so i have to re-annotate every cached entities with @Cachable?
configuration is different too.
very confusing ya | r*****s 发帖数: 985 | 2 高了半天,
这个method level的@Cachable不是JPA的,
是com.googlecode.ehcache.annotations.Cacheable,
JPA的Cachable基本上跟Hibernate的Cache是差不多的。
【在 r*****s 的大作中提到】 : 是不是互不兼容的啊? : 好像以前的@Cache by hibernate不支持method level caching : @Cachable by ehcache-spring-annotations supports it, : so i have to re-annotate every cached entities with @Cachable? : configuration is different too. : very confusing ya
|
|