org.apache.ibatis.session
Interface SqlSessionFactory
- All Known Implementing Classes:
- DefaultSqlSessionFactory, SqlSessionManager
public interface SqlSessionFactory
openSession
SqlSession openSession()
openSession
SqlSession openSession(boolean autoCommit)
openSession
SqlSession openSession(Connection connection)
openSession
SqlSession openSession(TransactionIsolationLevel level)
openSession
SqlSession openSession(ExecutorType execType)
openSession
SqlSession openSession(ExecutorType execType,
boolean autoCommit)
openSession
SqlSession openSession(ExecutorType execType,
TransactionIsolationLevel level)
openSession
SqlSession openSession(ExecutorType execType,
Connection connection)
getConfiguration
Configuration getConfiguration()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.