|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionIsolationLevel | |
|---|---|
| org.apache.ibatis.session | |
| org.apache.ibatis.session.defaults | |
| Uses of TransactionIsolationLevel in org.apache.ibatis.session |
|---|
| Methods in org.apache.ibatis.session that return TransactionIsolationLevel | |
|---|---|
static TransactionIsolationLevel |
TransactionIsolationLevel.valueOf(java.lang.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||