[MyBatis源碼分析系列] Transaction

Transaction 簡介 包裝數據庫的鏈接java.sql.Connection。 處理鏈接的生命週期:建立,預編譯,提交/回滾和關閉。java 源碼 public interface Transaction { Connection getConnection() throws SQLException; void commit() throws SQLException; vo
相關文章
相關標籤/搜索