MyBatis3+ 實現批量更新

要實現批量更新,首先得設置mysql支持批量操做,在jdbc連接中須要附加&allowMultiQueries=true屬性才行 例如: jdbc:mysql://localhost:3306/dbname?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=truehtml 更新單條記錄 UPDA
相關文章
相關標籤/搜索