org.kuali.common.jdbc.context
Class SqlExecutionContext

java.lang.Object
  extended by org.kuali.common.jdbc.context.SqlExecutionContext

Deprecated.

@Deprecated
public class SqlExecutionContext
extends Object


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

SqlExecutionContext

public SqlExecutionContext()
Deprecated. 

SqlExecutionContext

public SqlExecutionContext(String group,
                           SqlMode mode)
Deprecated. 

SqlExecutionContext

public SqlExecutionContext(String key,
                           String group,
                           SqlMode mode)
Deprecated. 

SqlExecutionContext

public SqlExecutionContext(String key,
                           String group,
                           SqlMode mode,
                           String context)
Deprecated. 
Method Detail

getGroup

public String getGroup()
Deprecated. 

setGroup

public void setGroup(String group)
Deprecated. 

getMode

public SqlMode getMode()
Deprecated. 

setMode

public void setMode(SqlMode mode)
Deprecated. 

getKey

public String getKey()
Deprecated. 

setKey

public void setKey(String key)
Deprecated. 

getContext

public String getContext()
Deprecated. 

setContext

public void setContext(String context)
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.