Uses of Enum
org.apache.ibatis.session.ExecutorType
Packages that use ExecutorType
Package
Description
Base package.
Default impl for SqlSession.
-
Uses of ExecutorType in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ExecutorTypeMethods in org.apache.ibatis.session that return ExecutorTypeModifier and TypeMethodDescriptionConfiguration.getDefaultExecutorType()static ExecutorTypeReturns the enum constant of this type with the specified name.static ExecutorType[]ExecutorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ibatis.session with parameters of type ExecutorTypeModifier 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) voidConfiguration.setDefaultExecutorType(ExecutorType defaultExecutorType) voidSqlSessionManager.startManagedSession(ExecutorType execType) voidSqlSessionManager.startManagedSession(ExecutorType execType, boolean autoCommit) voidSqlSessionManager.startManagedSession(ExecutorType execType, Connection connection) voidSqlSessionManager.startManagedSession(ExecutorType execType, TransactionIsolationLevel level) -
Uses of ExecutorType in org.apache.ibatis.session.defaults
Methods in org.apache.ibatis.session.defaults with parameters of type ExecutorTypeModifier and TypeMethodDescriptionDefaultSqlSessionFactory.openSession(ExecutorType execType) DefaultSqlSessionFactory.openSession(ExecutorType execType, boolean autoCommit) DefaultSqlSessionFactory.openSession(ExecutorType execType, Connection connection) DefaultSqlSessionFactory.openSession(ExecutorType execType, TransactionIsolationLevel level) private SqlSessionDefaultSqlSessionFactory.openSessionFromConnection(ExecutorType execType, Connection connection) private SqlSessionDefaultSqlSessionFactory.openSessionFromDataSource(ExecutorType execType, TransactionIsolationLevel level, boolean autoCommit)