|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionIsolationLevel | |
|---|---|
| org.apache.ibatis.session | TODO fillme. |
| org.apache.ibatis.session.defaults | TODO fillme. |
| org.apache.ibatis.transaction | TODO fillme. |
| org.apache.ibatis.transaction.jdbc | TODO fillme. |
| org.apache.ibatis.transaction.managed | TODO fillme. |
| Uses of TransactionIsolationLevel in org.apache.ibatis.session |
|---|
| Methods in org.apache.ibatis.session that return TransactionIsolationLevel | |
|---|---|
static TransactionIsolationLevel |
TransactionIsolationLevel.valueOf(String name)
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 TransactionIsolationLevel | |
|---|---|
SqlSession |
SqlSessionManager.openSession(ExecutorType execType,
TransactionIsolationLevel level)
|
SqlSession |
SqlSessionFactory.openSession(ExecutorType execType,
TransactionIsolationLevel level)
|
SqlSession |
SqlSessionManager.openSession(TransactionIsolationLevel level)
|
SqlSession |
SqlSessionFactory.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 TransactionIsolationLevel | |
|---|---|
SqlSession |
DefaultSqlSessionFactory.openSession(ExecutorType execType,
TransactionIsolationLevel level)
|
SqlSession |
DefaultSqlSessionFactory.openSession(TransactionIsolationLevel level)
|
| Uses of TransactionIsolationLevel in org.apache.ibatis.transaction |
|---|
| Methods in org.apache.ibatis.transaction with parameters of type TransactionIsolationLevel | |
|---|---|
Transaction |
TransactionFactory.newTransaction(DataSource dataSource,
TransactionIsolationLevel level,
boolean autoCommit)
Creates a Transaction out of a datasource. |
| Uses of TransactionIsolationLevel in org.apache.ibatis.transaction.jdbc |
|---|
| Fields in org.apache.ibatis.transaction.jdbc declared as TransactionIsolationLevel | |
|---|---|
protected TransactionIsolationLevel |
JdbcTransaction.level
|
| Methods in org.apache.ibatis.transaction.jdbc with parameters of type TransactionIsolationLevel | |
|---|---|
Transaction |
JdbcTransactionFactory.newTransaction(DataSource ds,
TransactionIsolationLevel level,
boolean autoCommit)
|
| Constructors in org.apache.ibatis.transaction.jdbc with parameters of type TransactionIsolationLevel | |
|---|---|
JdbcTransaction(DataSource ds,
TransactionIsolationLevel desiredLevel,
boolean desiredAutoCommit)
|
|
| Uses of TransactionIsolationLevel in org.apache.ibatis.transaction.managed |
|---|
| Methods in org.apache.ibatis.transaction.managed with parameters of type TransactionIsolationLevel | |
|---|---|
Transaction |
ManagedTransactionFactory.newTransaction(DataSource ds,
TransactionIsolationLevel level,
boolean autoCommit)
|
| Constructors in org.apache.ibatis.transaction.managed with parameters of type TransactionIsolationLevel | |
|---|---|
ManagedTransaction(DataSource ds,
TransactionIsolationLevel level,
boolean closeConnection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||