iBatis问题ResultMap
现在有这么一个sqlMap.xml文件的语句pzxf_rwpzxx为表名意思是分组查询pzsj=当天的pzxf_rwpzxx表中的数据信息<selectid="selec...
现在有这么一个sqlMap.xml文件的语句
pzxf_rwpzxx 为表名
意思是分组查询pzsj=当天的pzxf_rwpzxx表中的数据信息
<select id="selectByGroup" ........>
select t.sbid,t.gnlx,t.xfzt,t.tasktype,count(1) from pzxf_rwpzxx where
trunc(t.pzsj)=trunc(sysdate) group by t.sbid,t.gnlx,t.xfzt,t.tasktype
</select>
想问一下这个查询出来的t.sbid,t.gnlx,t.xfzt,t.tasktype,count(1) 这些信息放到哪里呢?
ResultMap??或者是新建一个类,resultClass?
真的不会用这个ResultMap,查了半天没有查到怎么用,感觉用法还挺多的,所以请大家帮助一下!谢谢了!
更多0 展开
pzxf_rwpzxx 为表名
意思是分组查询pzsj=当天的pzxf_rwpzxx表中的数据信息
<select id="selectByGroup" ........>
select t.sbid,t.gnlx,t.xfzt,t.tasktype,count(1) from pzxf_rwpzxx where
trunc(t.pzsj)=trunc(sysdate) group by t.sbid,t.gnlx,t.xfzt,t.tasktype
</select>
想问一下这个查询出来的t.sbid,t.gnlx,t.xfzt,t.tasktype,count(1) 这些信息放到哪里呢?
ResultMap??或者是新建一个类,resultClass?
真的不会用这个ResultMap,查了半天没有查到怎么用,感觉用法还挺多的,所以请大家帮助一下!谢谢了!
更多0 展开
1个回答
展开全部
<resultMap id="BaseResultMap" type="com.oftenfull.privatekitchen.business.model.OperatorRole" >
<result column="role_id" property="roleId" jdbcType="INTEGER" />
<result column="operator_id" property="operatorId" jdbcType="INTEGER" />
</resultMap>
<select id="selectByExample" resultMap="BaseResultMap" parameterType="com.oftenfull.privatekitchen.business.model.OperatorRoleExample" >
<result column="role_id" property="roleId" jdbcType="INTEGER" />
<result column="operator_id" property="operatorId" jdbcType="INTEGER" />
</resultMap>
<select id="selectByExample" resultMap="BaseResultMap" parameterType="com.oftenfull.privatekitchen.business.model.OperatorRoleExample" >
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询