技术交流

常用链接

统计

最新评论

2007年6月23日 #

WARN [org.hibernate.hql.ast.QueryTranslatorImpl] -

1String hsql = "from Head head1 left join fetch head1.postHeads as head2 where head2.id=9";
2List<Head> list = session.createQuery(hsql).setFirstResult(1).setMaxResults(3).list();
会出现以下提示
警告: firstResult/maxResults specified with collection fetch; applying in memory!

posted @ 2007-06-23 10:38 浊酒清风 阅读(749) | 评论 (0)编辑 收藏

仅列出标题