码迷,mamicode.com
首页 > 数据库 > 详细

Mbatis Oracle 第一次插入失败 useGeneratedKeys

时间:2016-07-01 11:41:40      阅读:245      评论:0      收藏:0      [点我收藏+]

标签:

    <insert id="insertAgentInfo" parameterType="pd" useGeneratedKeys="false">

加上  useGeneratedKeys="false"  

useGeneratedKeys 要求数据库本身具备主键自动增长的功能,比如说,mysql,sqlserver可以使用useGeneratedKeys =true 这功能,不支持主键自动增长的数据库是不能使用useGeneratedKeys =true的

Mbatis Oracle 第一次插入失败 useGeneratedKeys

标签:

原文地址:http://www.cnblogs.com/c9999/p/5632395.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!