File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
158
158
SqlSession openSession(boolean autoCommit)
159
159
SqlSession openSession(Connection connection)
160
160
SqlSession openSession(TransactionIsolationLevel level)
161
- SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
161
+ SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
162
162
SqlSession openSession(ExecutorType execType)
163
163
SqlSession openSession(ExecutorType execType, boolean autoCommit)
164
164
SqlSession openSession(ExecutorType execType, Connection connection)
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
159
159
SqlSession openSession(boolean autoCommit)
160
160
SqlSession openSession(Connection connection)
161
161
SqlSession openSession(TransactionIsolationLevel level)
162
- SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
162
+ SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
163
163
SqlSession openSession(ExecutorType execType)
164
164
SqlSession openSession(ExecutorType execType, boolean autoCommit)
165
165
SqlSession openSession(ExecutorType execType, Connection connection)
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
199
199
SqlSession openSession(boolean autoCommit)
200
200
SqlSession openSession(Connection connection)
201
201
SqlSession openSession(TransactionIsolationLevel level)
202
- SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
202
+ SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
203
203
SqlSession openSession(ExecutorType execType)
204
204
SqlSession openSession(ExecutorType execType, boolean autoCommit)
205
205
SqlSession openSession(ExecutorType execType, Connection connection)
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
157
157
SqlSession openSession(boolean autoCommit)
158
158
SqlSession openSession(Connection connection)
159
159
SqlSession openSession(TransactionIsolationLevel level)
160
- SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
160
+ SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
161
161
SqlSession openSession(ExecutorType execType)
162
162
SqlSession openSession(ExecutorType execType, boolean autoCommit)
163
163
SqlSession openSession(ExecutorType execType, Connection connection)
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ SqlSessionFactory factory = builder.build(configuration);</source>
162
162
SqlSession openSession(boolean autoCommit)
163
163
SqlSession openSession(Connection connection)
164
164
SqlSession openSession(TransactionIsolationLevel level)
165
- SqlSession openSession(ExecutorType execType,TransactionIsolationLevel level)
165
+ SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
166
166
SqlSession openSession(ExecutorType execType)
167
167
SqlSession openSession(ExecutorType execType, boolean autoCommit)
168
168
SqlSession openSession(ExecutorType execType, Connection connection)
You can’t perform that action at this time.
0 commit comments