org.kuali.common.jdbc.spring
Class JdbcCommonConfig

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

Deprecated.

@Configuration
@Import(value=org.kuali.common.util.project.spring.ProjectServiceConfig.class)
@Deprecated
public class JdbcCommonConfig
extends Object


Field Summary
protected static String CONTEXT_KEY_SUFFIX
          Deprecated.  
 
Constructor Summary
JdbcCommonConfig()
          Deprecated.  
 
Method Summary
 List<SqlSupplier> getSqlSuppliers(String propertyKey)
          Deprecated.  
 Map<String,LocationSupplierSourceBean> jdbcExtensionMappings()
          Deprecated.  
 JdbcService jdbcService()
          Deprecated.  
 SqlReader jdbcSqlReader()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_KEY_SUFFIX

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

JdbcCommonConfig

public JdbcCommonConfig()
Deprecated. 
Method Detail

jdbcSqlReader

@Bean
public SqlReader jdbcSqlReader()
Deprecated. 

jdbcService

@Bean
public JdbcService jdbcService()
Deprecated. 

jdbcExtensionMappings

@Bean
public Map<String,LocationSupplierSourceBean> jdbcExtensionMappings()
Deprecated. 

getSqlSuppliers

public List<SqlSupplier> getSqlSuppliers(String propertyKey)
Deprecated. 


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