hibernate 时间条件查询oracle问题
用
_res = query.addEntity("p", ENTITY1.class).addEntity("q", ENTITY2.class).list();
?
问题暂时得到解决,但是对于hibernate 跨数据表的DAO有点疑虑。