|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlMode | |
|---|---|
| org.kuali.common.jdbc.context | |
| org.kuali.common.jdbc.spring | |
| Uses of SqlMode in org.kuali.common.jdbc.context |
|---|
| Methods in org.kuali.common.jdbc.context that return SqlMode | |
|---|---|
SqlMode |
SqlExecutionContext.getMode()
Deprecated. |
static SqlMode |
SqlMode.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static SqlMode[] |
SqlMode.values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kuali.common.jdbc.context with parameters of type SqlMode | |
|---|---|
void |
SqlExecutionContext.setMode(SqlMode mode)
Deprecated. |
| Constructors in org.kuali.common.jdbc.context with parameters of type SqlMode | |
|---|---|
SqlExecutionContext(String group,
SqlMode mode)
Deprecated. |
|
SqlExecutionContext(String key,
String group,
SqlMode mode)
Deprecated. |
|
SqlExecutionContext(String key,
String group,
SqlMode mode,
String context)
Deprecated. |
|
| Uses of SqlMode in org.kuali.common.jdbc.spring |
|---|
| Methods in org.kuali.common.jdbc.spring with parameters of type SqlMode | |
|---|---|
static SqlListener |
SqlConfigUtils.getSqlListener(SqlMode mode)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||