Hibernate缓存动态变化参数

时间:2017-12-18 17:26:06

标签: java hibernate hibernate-cache

我有一个示例hibernate sql语句如下所示。由于此查询有三个绑定参数,这些参数因不同的标准而异,PostComment实体是否有资格在Hibernate中使用ehcache?请指教。

select pc from PostComment pc join fetch pc.post p where pc.id = :id and pc.startdate= :startdate and pc.enddate= :enddate

0 个答案:

没有答案