Class EventuateCommonJdbcOperationsConfiguration


  • @Configuration
    @Import({io.eventuate.common.spring.jdbc.EventuateSchemaConfiguration.class,io.eventuate.common.spring.jdbc.sqldialect.SqlDialectConfiguration.class,EventuateTransactionTemplateConfiguration.class})
    public class EventuateCommonJdbcOperationsConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.eventuate.common.jdbc.EventuateCommonJdbcOperations eventuateCommonJdbcOperations​(io.eventuate.common.jdbc.EventuateJdbcStatementExecutor eventuateJdbcStatementExecutor, io.eventuate.common.jdbc.sqldialect.SqlDialectSelector sqlDialectSelector, java.lang.String driver)  
      io.eventuate.common.jdbc.EventuateJdbcStatementExecutor eventuateJdbcStatementExecutor​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)  
      • Methods inherited from class java.lang.Object

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

      • EventuateCommonJdbcOperationsConfiguration

        public EventuateCommonJdbcOperationsConfiguration()
    • Method Detail

      • eventuateJdbcStatementExecutor

        @Bean
        public io.eventuate.common.jdbc.EventuateJdbcStatementExecutor eventuateJdbcStatementExecutor​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
      • eventuateCommonJdbcOperations

        @Bean
        public io.eventuate.common.jdbc.EventuateCommonJdbcOperations eventuateCommonJdbcOperations​(io.eventuate.common.jdbc.EventuateJdbcStatementExecutor eventuateJdbcStatementExecutor,
                                                                                                    io.eventuate.common.jdbc.sqldialect.SqlDialectSelector sqlDialectSelector,
                                                                                                    @Value("${spring.datasource.driver-class-name}")
                                                                                                    java.lang.String driver)