使用eclipselink从缓存中失效和更新对象

时间:2016-02-25 10:50:01

标签: eclipselink jpa-2.0 spring-data-jpa

如果我执行此查询

@Modifying
@Query("delete from  anomaly a where a.personId in ?1 and a.date in ?2 ")
void deleteByPersonIdAndDate(List<Long> personIds,
            Collection<LocalDate> days);

如何从eclipselink-cache中删除受此查询影响的对象?

0 个答案:

没有答案