|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibatis.sqlmap.engine.transaction.IsolationLevel
public class IsolationLevel
Field Summary | |
---|---|
static int |
UNSET_ISOLATION_LEVEL
|
Constructor Summary | |
---|---|
IsolationLevel()
|
Method Summary | |
---|---|
void |
applyIsolationLevel(java.sql.Connection conn)
|
void |
restoreIsolationLevel(java.sql.Connection conn)
|
void |
setIsolationLevel(int isolationLevel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNSET_ISOLATION_LEVEL
Constructor Detail |
---|
public IsolationLevel()
Method Detail |
---|
public void setIsolationLevel(int isolationLevel)
public void applyIsolationLevel(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
public void restoreIsolationLevel(java.sql.Connection conn) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |