技术交流

常用链接

统计

最新评论

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 on 2007-06-23 10:38 浊酒清风 阅读(750) 评论(0)  编辑  收藏 所属分类: Exception


只有注册用户登录后才能发表评论。


网站导航: