org.kuali.common.jdbc.spring
Class JdbcDataSourceConfig

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

Deprecated.

@Deprecated
@Configuration
@Import(value=JdbcCommonConfig.class)
public class JdbcDataSourceConfig
extends Object


Field Summary
protected static String DBA_PASSWORD_KEY
          Deprecated.  
protected static String DBA_URL_KEY
          Deprecated.  
protected static String DBA_USERNAME_KEY
          Deprecated.  
protected static boolean DEFAULT_SHOW_CONFIG_SKIP
          Deprecated.  
protected static String DRIVER_KEY
          Deprecated.  
protected static String ENCODING_KEY
          Deprecated.  
protected static String NULLIFIED_CONTEXT_PROPERTIES_CSV
          Deprecated.  
protected static String PASSWORD_KEY
          Deprecated.  
protected static String SCHEMA_KEY
          Deprecated.  
protected static String SHOW_CONFIG_SKIP_KEY
          Deprecated.  
protected static String URL_KEY
          Deprecated.  
protected static String USERNAME_KEY
          Deprecated.  
protected static String VENDOR_KEY
          Deprecated.  
 
Constructor Summary
JdbcDataSourceConfig()
          Deprecated.  
 
Method Summary
 DatabaseProcessContext jdbcDatabaseProcessContext()
          Deprecated.  
 DataSource jdbcDataSource()
          Deprecated.  
 DataSource jdbcDbaDataSource()
          Deprecated.  
 org.kuali.common.util.execute.Executable jdbcShowConfigExecutable()
          Deprecated.  
 org.kuali.common.util.execute.Executable jdbcShowDbaConfigExecutable()
          Deprecated. This bean requires DBA credentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR_KEY

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

DRIVER_KEY

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

URL_KEY

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

USERNAME_KEY

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

PASSWORD_KEY

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

DBA_URL_KEY

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

DBA_USERNAME_KEY

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

DBA_PASSWORD_KEY

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

ENCODING_KEY

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

SCHEMA_KEY

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

SHOW_CONFIG_SKIP_KEY

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

DEFAULT_SHOW_CONFIG_SKIP

protected static final boolean DEFAULT_SHOW_CONFIG_SKIP
Deprecated. 
See Also:
Constant Field Values

NULLIFIED_CONTEXT_PROPERTIES_CSV

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

JdbcDataSourceConfig

public JdbcDataSourceConfig()
Deprecated. 
Method Detail

jdbcDatabaseProcessContext

@Bean
public DatabaseProcessContext jdbcDatabaseProcessContext()
Deprecated. 

jdbcDataSource

@Bean
public DataSource jdbcDataSource()
Deprecated. 

jdbcDbaDataSource

@Bean
public DataSource jdbcDbaDataSource()
Deprecated. 

jdbcShowDbaConfigExecutable

@Bean
public org.kuali.common.util.execute.Executable jdbcShowDbaConfigExecutable()
Deprecated. 
This bean requires DBA credentials


jdbcShowConfigExecutable

@Bean
public org.kuali.common.util.execute.Executable jdbcShowConfigExecutable()
Deprecated. 


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