public interface SqlSessionFactory
SqlSession
out of a connection or a DataSourceModifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration() |
SqlSession |
openSession() |
SqlSession |
openSession(boolean autoCommit) |
SqlSession |
openSession(Connection connection) |
SqlSession |
openSession(ExecutorType execType) |
SqlSession |
openSession(ExecutorType execType,
boolean autoCommit) |
SqlSession |
openSession(ExecutorType execType,
Connection connection) |
SqlSession |
openSession(ExecutorType execType,
TransactionIsolationLevel level) |
SqlSession |
openSession(TransactionIsolationLevel level) |
SqlSession openSession()
SqlSession openSession(boolean autoCommit)
SqlSession openSession(Connection connection)
SqlSession openSession(TransactionIsolationLevel level)
SqlSession openSession(ExecutorType execType)
SqlSession openSession(ExecutorType execType, boolean autoCommit)
SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level)
SqlSession openSession(ExecutorType execType, Connection connection)
Configuration getConfiguration()
Copyright © 2009–2021 MyBatis.org. All rights reserved.