技术交流

导航

<2007年6月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

留言簿(1)

随笔分类

随笔档案

阅读排行榜

评论排行榜

常用链接

统计

最新评论

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


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


网站导航: