Uses of Class
org.apache.ibatis.session.ExecutorType
-
Packages that use ExecutorType Package Description org.apache.ibatis.session Base package.org.apache.ibatis.session.defaults Default impl for SqlSession. -
-
Uses of ExecutorType in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ExecutorType Modifier and Type Field Description protected ExecutorTypeConfiguration. defaultExecutorTypeMethods in org.apache.ibatis.session that return ExecutorType Modifier and Type Method Description ExecutorTypeConfiguration. getDefaultExecutorType()static ExecutorTypeExecutorType. valueOf(java.lang.String name)Returns 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 ExecutorType Modifier and Type Method Description ExecutorConfiguration. newExecutor(Transaction transaction, ExecutorType executorType)SqlSessionSqlSessionFactory. openSession(ExecutorType execType)SqlSessionSqlSessionFactory. openSession(ExecutorType execType, boolean autoCommit)SqlSessionSqlSessionFactory. openSession(ExecutorType execType, java.sql.Connection connection)SqlSessionSqlSessionFactory. openSession(ExecutorType execType, TransactionIsolationLevel level)SqlSessionSqlSessionManager. openSession(ExecutorType execType)SqlSessionSqlSessionManager. openSession(ExecutorType execType, boolean autoCommit)SqlSessionSqlSessionManager. openSession(ExecutorType execType, java.sql.Connection connection)SqlSessionSqlSessionManager. openSession(ExecutorType execType, TransactionIsolationLevel level)voidConfiguration. setDefaultExecutorType(ExecutorType defaultExecutorType)voidSqlSessionManager. startManagedSession(ExecutorType execType)voidSqlSessionManager. startManagedSession(ExecutorType execType, boolean autoCommit)voidSqlSessionManager. startManagedSession(ExecutorType execType, java.sql.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 ExecutorType Modifier and Type Method Description SqlSessionDefaultSqlSessionFactory. openSession(ExecutorType execType)SqlSessionDefaultSqlSessionFactory. openSession(ExecutorType execType, boolean autoCommit)SqlSessionDefaultSqlSessionFactory. openSession(ExecutorType execType, java.sql.Connection connection)SqlSessionDefaultSqlSessionFactory. openSession(ExecutorType execType, TransactionIsolationLevel level)
-