Uses of Enum
org.apache.ibatis.session.TransactionIsolationLevel
Packages that use TransactionIsolationLevel
Package
Description
Base package.
Default impl for SqlSession.
Base package for transactions.
JDBC transaction.
External transaction.
-
Uses of TransactionIsolationLevel in org.apache.ibatis.session
Subclasses with type arguments of type TransactionIsolationLevel in org.apache.ibatis.sessionMethods in org.apache.ibatis.session that return TransactionIsolationLevelModifier and TypeMethodDescriptionstatic TransactionIsolationLevelReturns the enum constant of this type with the specified name.static TransactionIsolationLevel[]TransactionIsolationLevel.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 TransactionIsolationLevelModifier and TypeMethodDescriptionSqlSessionFactory.openSession(ExecutorType execType, TransactionIsolationLevel level) SqlSessionFactory.openSession(TransactionIsolationLevel level) SqlSessionManager.openSession(ExecutorType execType, TransactionIsolationLevel level) SqlSessionManager.openSession(TransactionIsolationLevel level) voidSqlSessionManager.startManagedSession(ExecutorType execType, TransactionIsolationLevel level) voidSqlSessionManager.startManagedSession(TransactionIsolationLevel level) -
Uses of TransactionIsolationLevel in org.apache.ibatis.session.defaults
Methods in org.apache.ibatis.session.defaults with parameters of type TransactionIsolationLevelModifier and TypeMethodDescriptionDefaultSqlSessionFactory.openSession(ExecutorType execType, TransactionIsolationLevel level) DefaultSqlSessionFactory.openSession(TransactionIsolationLevel level) private SqlSessionDefaultSqlSessionFactory.openSessionFromDataSource(ExecutorType execType, TransactionIsolationLevel level, boolean autoCommit) -
Uses of TransactionIsolationLevel in org.apache.ibatis.transaction
Methods in org.apache.ibatis.transaction with parameters of type TransactionIsolationLevelModifier and TypeMethodDescriptionTransactionFactory.newTransaction(DataSource dataSource, TransactionIsolationLevel level, boolean autoCommit) Creates aTransactionout of a datasource. -
Uses of TransactionIsolationLevel in org.apache.ibatis.transaction.jdbc
Fields in org.apache.ibatis.transaction.jdbc declared as TransactionIsolationLevelMethods in org.apache.ibatis.transaction.jdbc with parameters of type TransactionIsolationLevelModifier and TypeMethodDescriptionJdbcTransactionFactory.newTransaction(DataSource ds, TransactionIsolationLevel level, boolean autoCommit) Constructors in org.apache.ibatis.transaction.jdbc with parameters of type TransactionIsolationLevelModifierConstructorDescriptionJdbcTransaction(DataSource ds, TransactionIsolationLevel desiredLevel, boolean desiredAutoCommit) JdbcTransaction(DataSource ds, TransactionIsolationLevel desiredLevel, boolean desiredAutoCommit, boolean skipSetAutoCommitOnClose) -
Uses of TransactionIsolationLevel in org.apache.ibatis.transaction.managed
Fields in org.apache.ibatis.transaction.managed declared as TransactionIsolationLevelMethods in org.apache.ibatis.transaction.managed with parameters of type TransactionIsolationLevelModifier and TypeMethodDescriptionManagedTransactionFactory.newTransaction(DataSource ds, TransactionIsolationLevel level, boolean autoCommit) Constructors in org.apache.ibatis.transaction.managed with parameters of type TransactionIsolationLevelModifierConstructorDescriptionManagedTransaction(DataSource ds, TransactionIsolationLevel level, boolean closeConnection)