标签: 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