org.kuali.common.jdbc.spring
Class SqlConfigUtils

java.lang.Object
  extended by org.kuali.common.jdbc.spring.SqlConfigUtils

Deprecated.

@Deprecated
public class SqlConfigUtils
extends Object


Field Summary
static String RESOURCES_SUFFIX
          Deprecated.  
protected static String SKIP_EXECUTABLE_PROPERTY_KEY_SUFFIX
          Deprecated.  
protected static String SKIP_PROPERTY_KEY_SUFFIX
          Deprecated.  
static String SQL_NAMESPACE_TOKEN
          Deprecated.  
static String SQL_ORDER_KEY
          Deprecated.  
protected static String TRACK_PROGRESS_KEY_SUFFIX
          Deprecated.  
 
Constructor Summary
SqlConfigUtils()
          Deprecated.  
 
Method Summary
protected static JdbcContext getBaseJdbcContext(SqlConfigContext scc)
          Deprecated.  
static JdbcContext getConcurrentJdbcContext(SqlConfigContext rcc)
          Deprecated.  
static JdbcContext getJdbcContext(SqlConfigContext scc)
          Deprecated.  
static JdbcExecutable getJdbcExecutable(SqlConfigContext scc)
          Deprecated.  
static JdbcContext getSequentialJdbcContext(SqlConfigContext rcc)
          Deprecated.  
static List<SqlExecutionContext> getSqlExecutionContexts(org.springframework.core.env.Environment env)
          Deprecated.  
static List<SqlExecutionContext> getSqlExecutionContexts(List<String> propertyKeys)
          Deprecated.  
static SqlListener getSqlListener(SqlMode mode)
          Deprecated.  
static void validateResources(List<String> resources)
          Deprecated.  
static void validateSqlExecutionOrderValues(org.springframework.core.env.Environment env, List<String> propertykeys)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQL_ORDER_KEY

public static final String SQL_ORDER_KEY
Deprecated. 
See Also:
Constant Field Values

RESOURCES_SUFFIX

public static final String RESOURCES_SUFFIX
Deprecated. 
See Also:
Constant Field Values

SQL_NAMESPACE_TOKEN

public static final String SQL_NAMESPACE_TOKEN
Deprecated. 
See Also:
Constant Field Values

SKIP_PROPERTY_KEY_SUFFIX

protected static final String SKIP_PROPERTY_KEY_SUFFIX
Deprecated. 
See Also:
Constant Field Values

SKIP_EXECUTABLE_PROPERTY_KEY_SUFFIX

protected static final String SKIP_EXECUTABLE_PROPERTY_KEY_SUFFIX
Deprecated. 
See Also:
Constant Field Values

TRACK_PROGRESS_KEY_SUFFIX

protected static final String TRACK_PROGRESS_KEY_SUFFIX
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SqlConfigUtils

public SqlConfigUtils()
Deprecated. 
Method Detail

getJdbcExecutable

public static JdbcExecutable getJdbcExecutable(SqlConfigContext scc)
Deprecated. 

getSqlListener

public static SqlListener getSqlListener(SqlMode mode)
Deprecated. 

getJdbcContext

public static JdbcContext getJdbcContext(SqlConfigContext scc)
Deprecated. 

getSqlExecutionContexts

public static List<SqlExecutionContext> getSqlExecutionContexts(org.springframework.core.env.Environment env)
Deprecated. 

validateSqlExecutionOrderValues

public static void validateSqlExecutionOrderValues(org.springframework.core.env.Environment env,
                                                   List<String> propertykeys)
Deprecated. 

validateResources

public static void validateResources(List<String> resources)
Deprecated. 

getSqlExecutionContexts

public static List<SqlExecutionContext> getSqlExecutionContexts(List<String> propertyKeys)
Deprecated. 

getConcurrentJdbcContext

public static JdbcContext getConcurrentJdbcContext(SqlConfigContext rcc)
Deprecated. 

getSequentialJdbcContext

public static JdbcContext getSequentialJdbcContext(SqlConfigContext rcc)
Deprecated. 

getBaseJdbcContext

protected static JdbcContext getBaseJdbcContext(SqlConfigContext scc)
Deprecated. 


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