论坛首页 Java企业应用论坛

ibatis3 一对一关联

浏览 3484 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-08-10   最后修改:2010-08-10

 ibatis2 里面result标签可以设置select查询 一对一

 

 

<result property="info" column="userid" select="getUserInfoByUserId" />  

为什么ibatis3 没有了呢?

那ibatis3 用什么来设置一对一关联呢,难道是

<association property="templateBean" column="POP_TEMPLATE_ID" javaType="template" select="pageSelectTemplate"></association>


??? 

 

   发表时间:2010-08-12  
可以直接写 关联SQL语句 然后通过
<result property="user.id" column="userid"  /> 
<result property="user.name" column="username"  /> 
就好
0 请登录后投票
   发表时间:2010-08-12  
yzsunlight 写道
可以直接写 关联SQL语句 然后通过
<result property="user.id" column="userid"  /> 
<result property="user.name" column="username"  /> 
就好

<result property="user.id" column="userid"  /> 
<result property="user.name" column="username"  /> 
0 请登录后投票
   发表时间:2010-08-12  
还可以这么玩?不过我用<association >标签也实现了。
0 请登录后投票
   发表时间:2010-08-29  
以前看了一个帖子,有说用对象。属性的!当时很是怀疑,原来是ibaits3的写法
0 请登录后投票
论坛首页 Java企业应用版

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