Class DefaultSqlSessionFactory
java.lang.Object
org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
- All Implemented Interfaces:
SqlSessionFactory
- Author:
- Clinton Begin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SqlSession
createSqlSession
(Configuration configuration, Executor executor, boolean autoCommit) openSession
(boolean autoCommit) openSession
(Connection connection) openSession
(ExecutorType execType) openSession
(ExecutorType execType, boolean autoCommit) openSession
(ExecutorType execType, Connection connection) openSession
(ExecutorType execType, TransactionIsolationLevel level)
-
Constructor Details
-
DefaultSqlSessionFactory
-
-
Method Details
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
openSession
- Specified by:
openSession
in interfaceSqlSessionFactory
-
getConfiguration
- Specified by:
getConfiguration
in interfaceSqlSessionFactory
-
createSqlSession
protected SqlSession createSqlSession(Configuration configuration, Executor executor, boolean autoCommit)
-