Class N2oSqlAutoConfiguration


  • @Configuration
    @ConditionalOnClass(org.springframework.jdbc.core.JdbcTemplate.class)
    @AutoConfigureAfter(org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration.class)
    public class N2oSqlAutoConfiguration
    extends Object
    • Constructor Detail

      • N2oSqlAutoConfiguration

        public N2oSqlAutoConfiguration()
    • Method Detail

      • sqlDataProviderEngine

        @Bean
        @ConditionalOnMissingBean
        public SqlDataProviderEngine sqlDataProviderEngine()
      • postgresIndexRowMapper

        @Bean
        @ConditionalOnClass(name="org.postgresql.util.PGobject")
        public PostgresIndexRowMapper postgresIndexRowMapper()
      • postgresMapRowMapper

        @Bean
        @ConditionalOnClass(name="org.postgresql.util.PGobject")
        public PostgresMapRowMapper postgresMapRowMapper()