hibernate的子查询

hibernate原话

HQL supports subqueries in the where clause. We can’t think of many good uses
for subqueries in the from clause, although select clause subqueries might be a
nice future extension.

hibernate的子查询只允许where中使用,不允许在from后面使用。

posted on 2014-03-18 19:15  timelyxyz  阅读(195)  评论(0)    收藏  举报

导航