|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.utils.DbIsolation
public class DbIsolation
Utility to set Ode-specific isolation level on DataSource connections.
Constructor Summary | |
---|---|
DbIsolation()
|
Method Summary | |
---|---|
static int |
getOdeIsolationLevel()
|
static void |
setIsolationLevel(java.sql.Connection c)
Set Ode-specific isolation level on the connection, if needed. |
static void |
setOdeIsolationLevel(int isolationLevel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbIsolation()
Method Detail |
---|
public static int getOdeIsolationLevel()
public static void setOdeIsolationLevel(int isolationLevel)
public static void setIsolationLevel(java.sql.Connection c) throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |