Class DefaultSqlSessionFactory
java.lang.Object
org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
- All Implemented Interfaces:
SqlSessionFactory
- Author:
- Clinton Begin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenSession(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:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
openSession
- Specified by:
openSessionin interfaceSqlSessionFactory
-
getConfiguration
- Specified by:
getConfigurationin interfaceSqlSessionFactory
-