Uses of Enum Class
org.apache.ibatis.session.ExecutorType
Package
Description
Base package.
Default impl for SqlSession.
-
Uses of ExecutorType in org.apache.ibatis.session
Modifier and TypeMethodDescriptionConfiguration.getDefaultExecutorType()
static ExecutorType
Returns the enum constant of this class with the specified name.static ExecutorType[]
ExecutorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionConfiguration.newExecutor
(Transaction transaction, ExecutorType executorType) SqlSessionFactory.openSession
(ExecutorType execType) SqlSessionFactory.openSession
(ExecutorType execType, boolean autoCommit) SqlSessionFactory.openSession
(ExecutorType execType, Connection connection) SqlSessionFactory.openSession
(ExecutorType execType, TransactionIsolationLevel level) SqlSessionManager.openSession
(ExecutorType execType) SqlSessionManager.openSession
(ExecutorType execType, boolean autoCommit) SqlSessionManager.openSession
(ExecutorType execType, Connection connection) SqlSessionManager.openSession
(ExecutorType execType, TransactionIsolationLevel level) void
Configuration.setDefaultExecutorType
(ExecutorType defaultExecutorType) void
SqlSessionManager.startManagedSession
(ExecutorType execType) void
SqlSessionManager.startManagedSession
(ExecutorType execType, boolean autoCommit) void
SqlSessionManager.startManagedSession
(ExecutorType execType, Connection connection) void
SqlSessionManager.startManagedSession
(ExecutorType execType, TransactionIsolationLevel level) -
Uses of ExecutorType in org.apache.ibatis.session.defaults
Modifier and TypeMethodDescriptionDefaultSqlSessionFactory.openSession
(ExecutorType execType) DefaultSqlSessionFactory.openSession
(ExecutorType execType, boolean autoCommit) DefaultSqlSessionFactory.openSession
(ExecutorType execType, Connection connection) DefaultSqlSessionFactory.openSession
(ExecutorType execType, TransactionIsolationLevel level)