protected JdbcTransactionFactory()

in flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/JdbcTransactionFactory.java [27:32]


  protected JdbcTransactionFactory(DataSource dataSource,
      JdbcChannelProviderImpl providerImpl) {
    super();
    this.dataSource = dataSource;
    this.providerImpl = providerImpl;
  }