org.kuali.common.jdbc.service.spring
Class JdbcConnectionsConfig

java.lang.Object
  extended by org.kuali.common.jdbc.service.spring.JdbcConnectionsConfig

@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,DatabaseVendorConfig.class})
public class JdbcConnectionsConfig
extends Object


Constructor Summary
JdbcConnectionsConfig()
           
 
Method Summary
protected  ConnectionContext getDba()
           
protected  Class<? extends Driver> getDriver(org.kuali.common.util.spring.env.EnvironmentService env, Class<? extends Driver> defaultValue)
           
protected  ConnectionContext getNormal()
           
 JdbcConnections jdbcConnections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcConnectionsConfig

public JdbcConnectionsConfig()
Method Detail

jdbcConnections

@Bean
public JdbcConnections jdbcConnections()

getDriver

protected Class<? extends Driver> getDriver(org.kuali.common.util.spring.env.EnvironmentService env,
                                            Class<? extends Driver> defaultValue)

getNormal

protected ConnectionContext getNormal()

getDba

protected ConnectionContext getDba()


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