Class DefaultRowFetcher

  • All Implemented Interfaces:
    RowFetcher

    public class DefaultRowFetcher
    extends java.lang.Object
    implements RowFetcher
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultRowFetcher​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fetch​(ExtractorQuery query, org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor monitor, RowPrinter printer, RowProcessor rowProcessor)  
      • Methods inherited from class java.lang.Object

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

      • DefaultRowFetcher

        public DefaultRowFetcher​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)