Answers
insert的时候可以返回一个keyid
<selectKey keyProperty="id" type="post" resultClass="java.lang.Long">
SELECT @@IDENTITY AS id
</selectKey>
update,delete会返回一个影响表条数的数字,如果为0一般就是失败了
insert,update,delete抛出异常,当然肯定也是失败了啊
https://github.com/lazyp/dao-generator 自己写的一个ibatis dao模块生成工具
河蟹水希老师
answered 10 years, 2 months ago