|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.jdbc.context.SqlExecutionContext
@Deprecated public class SqlExecutionContext
| Constructor Summary | |
|---|---|
SqlExecutionContext()
Deprecated. |
|
SqlExecutionContext(String group,
SqlMode mode)
Deprecated. |
|
SqlExecutionContext(String key,
String group,
SqlMode mode)
Deprecated. |
|
SqlExecutionContext(String key,
String group,
SqlMode mode,
String context)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getContext()
Deprecated. |
String |
getGroup()
Deprecated. |
String |
getKey()
Deprecated. |
SqlMode |
getMode()
Deprecated. |
void |
setContext(String context)
Deprecated. |
void |
setGroup(String group)
Deprecated. |
void |
setKey(String key)
Deprecated. |
void |
setMode(SqlMode mode)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlExecutionContext()
public SqlExecutionContext(String group,
SqlMode mode)
public SqlExecutionContext(String key,
String group,
SqlMode mode)
public SqlExecutionContext(String key,
String group,
SqlMode mode,
String context)
| Method Detail |
|---|
public String getGroup()
public void setGroup(String group)
public SqlMode getMode()
public void setMode(SqlMode mode)
public String getKey()
public void setKey(String key)
public String getContext()
public void setContext(String context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||