Class SpreadsheetBaseDataSource

java.lang.Object
bld.generator.report.query.impl.SpreadsheetBaseDataSource
Direct Known Subclasses:
SpreadsheetMultipleDataSource, SpreadsheetSingleDataSource

public class SpreadsheetBaseDataSource extends Object
The Class ExcelBaseDataSource.
  • Field Details

    • applicationContext

      @Autowired protected org.springframework.context.ApplicationContext applicationContext
      The application context.
  • Constructor Details

    • SpreadsheetBaseDataSource

      public SpreadsheetBaseDataSource()
      Instantiates a new excel base data source.
  • Method Details

    • getNamedParameterJdbcTemplate

      public org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate getNamedParameterJdbcTemplate(String namedParameterJdbcTemplate)
      Gets the named parameter jdbc template.
      Parameters:
      namedParameterJdbcTemplate - the named parameter jdbc template
      Returns:
      the named parameter jdbc template