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
Methods in org.apache.ibatis.session that return TransactionIsolationLevelModifier and TypeMethodDescriptionstatic TransactionIsolationLevel
Returns 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) void
SqlSessionManager.startManagedSession
(ExecutorType execType, TransactionIsolationLevel level) void
SqlSessionManager.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) -
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 aTransaction
out 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
Methods 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)