java.lang.Object
org.apache.fineract.infrastructure.core.config.JdbcConfig

@Configuration public class JdbcConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.jdbc.core.JdbcTemplate
    jdbcTemplate(org.apache.fineract.infrastructure.core.service.database.RoutingDataSource dataSource)
     
    org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
    namedParameterJdbcTemplate(org.apache.fineract.infrastructure.core.service.database.RoutingDataSource dataSource)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JdbcConfig

      public JdbcConfig()
  • Method Details

    • jdbcTemplate

      @Bean public org.springframework.jdbc.core.JdbcTemplate jdbcTemplate(org.apache.fineract.infrastructure.core.service.database.RoutingDataSource dataSource)
    • namedParameterJdbcTemplate

      @Bean public org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate namedParameterJdbcTemplate(org.apache.fineract.infrastructure.core.service.database.RoutingDataSource dataSource)