2021
04-07
04-07
解析Mybatis的insert方法返回数字-2147482646的解决
前言:前几天在做项目demo的时候,发现有一个很奇怪的现象,就是MyBatis发现更新和插入返回值一直为"-2147482646".无论怎么改,这个值一直不变...是在摸不着头脑,百度和谷歌了一下,有这样的说法原来是由defaultExecutorType设置引起的,如果设置为BATCH,更新返回值就会丢失。IftheBATCHexecutorisinuse,theupdatecountsarebeinglost.操作:也就是说在spring的配置文件中,只要把constructor-arg中的executorType改...
继续阅读 >