Uses of Class
org.apache.ibatis.session.ExecutorType

Packages that use ExecutorType
org.apache.ibatis.session   
org.apache.ibatis.session.defaults   
 

Uses of ExecutorType in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session declared as ExecutorType
protected  ExecutorType Configuration.defaultExecutorType
           
 

Methods in org.apache.ibatis.session that return ExecutorType
 ExecutorType Configuration.getDefaultExecutorType()
           
static ExecutorType ExecutorType.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
 Executor Configuration.newExecutor(Transaction transaction, ExecutorType executorType)
           
 SqlSession SqlSessionManager.openSession(ExecutorType execType)
           
 SqlSession SqlSessionFactory.openSession(ExecutorType execType)
           
 SqlSession SqlSessionManager.openSession(ExecutorType execType, boolean autoCommit)
           
 SqlSession SqlSessionFactory.openSession(ExecutorType execType, boolean autoCommit)
           
 SqlSession SqlSessionManager.openSession(ExecutorType execType, java.sql.Connection connection)
           
 SqlSession SqlSessionFactory.openSession(ExecutorType execType, java.sql.Connection connection)
           
 SqlSession SqlSessionManager.openSession(ExecutorType execType, TransactionIsolationLevel level)
           
 SqlSession SqlSessionFactory.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, java.sql.Connection connection)
           
 void SqlSessionManager.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
 SqlSession DefaultSqlSessionFactory.openSession(ExecutorType execType)
           
 SqlSession DefaultSqlSessionFactory.openSession(ExecutorType execType, boolean autoCommit)
           
 SqlSession DefaultSqlSessionFactory.openSession(ExecutorType execType, java.sql.Connection connection)
           
 SqlSession DefaultSqlSessionFactory.openSession(ExecutorType execType, TransactionIsolationLevel level)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.