摘要:
使用selectKey <!--数据插入操作--> <insert id="insertGoods" parameterType="com.imooc.mybatis.entity.GoodsEntity"> <!-- t_goods数据库字段属性,values里javaBean字段属性一一映射 - 阅读全文
摘要:
无字段映射 <!--多表查询--> <!--返回的是数据库的字段属性无法和javaBean的属性一一映射--> <select id="goodsAndcategory" resultType="java.util.LinkedHashMap"> SELECT g.*,c.category_name 阅读全文