session的運行模式、批量提交

session的運行模式域批量提交:     mybatis的執行器有三種,即:     1)ExecutorType.SIMPLE;這種類型不做特殊的處理。只爲每個語句創建一個PreparedStatement。     2)ExecutorType.REUSE; 這種類型會重複使用PreparedStatement。     3)ExecutorType.BATCH;這種類型實現批量更新,並且
相關文章
相關標籤/搜索