Package org.apache.ibatis.session
Interface SqlSessionFactory
- All Known Implementing Classes:
DefaultSqlSessionFactory
,SqlSessionManager
public interface SqlSessionFactory
Creates an
SqlSession
out of a connection or a DataSource- Author:
- Clinton Begin
-
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)
openSession(TransactionIsolationLevel level)
-
Method Details
-
openSession
SqlSession openSession() -
openSession
-
openSession
-
openSession
-
openSession
-
openSession
-
openSession
-
openSession
-
getConfiguration
Configuration getConfiguration()
-