论坛首页 入门技术论坛

struts2中使用hibernate3的fetch问题

浏览 3213 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-03-12  
最近做个东东,使用了struts2+spring2+hibernate3,但在用hibernate中的连接查询中使用jion fetch这种方式时会报org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list
的这种错误。
因为以前在多个项目中使用过这种写法都没有问题,只是以前没有用struts2,所以就写了一个测试类,在类中直接取得Bean,然后执行同一条语句,发现是正常的。
所以怀疑可能是struts2的问题,因为struts2在WEB.xml使用了很多的过滤器,不知道是不是这个原因。
第一次用struts2所以不是很了解,特地上来问问大家有没有遇过这种情况,怎么解决。
   发表时间:2008-03-12  
无代码、无配置,无法分析
0 请登录后投票
   发表时间:2008-12-06  
关注中:我页这问题query specified join fetching, but the owner of the fetched association was not present in the select list [FromElement{explicit,not a collection join,fetch join,fetch non-lazy properties,classAlias=u,role=null,tableName=TALENTDATAS.USER_TABLE,tableAlias=usertable1_,origin=TALENTDATAS.AWARD_TABLE awardtable0_,colums={awardtable0_.I_USERID ,className=hibernate.javabean.UserTable}}] [select count(*) from hibernate.javabean.AwardTable a inner join fetch a.id.userTable u inner join fetch u.depTable d where d.i_DepId=?]
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics