HQL使用hibernatetemplate

时间:2013-01-29 16:03:04

标签: java oracle hibernate

我试图将子查询添加到现有查询并使用hibernate模板运行。

String query = "from Dispatch where ID='1011' and createdDt > sysdate - (coalesce((select timeout/60 from AppDetails where appId='1071'),10)/1440)";

List<Dispatch> dipatchhibernateTemplate.find(query);

然后我们得到错误为“二元运算符的右手操作数为空”。

我试图搜索但找不到合适的结果。

如果有人可以帮助我如何使用hibernate进行转换标准也没关系。

请有人帮忙。

0 个答案:

没有答案