Class ExcelQueryComponentImpl

java.lang.Object
bld.generator.report.query.impl.SpreadsheetQueryComponentImpl
bld.generator.report.excel.query.impl.ExcelQueryComponentImpl
All Implemented Interfaces:
ExcelQueryComponent

@Transactional @Component @ConditionalOnExpression("${bld.commons.multiple.datasource:false} or !T(org.springframework.util.StringUtils).isEmpty(\'${spring.datasource.url:}\')") public class ExcelQueryComponentImpl extends SpreadsheetQueryComponentImpl implements ExcelQueryComponent
The Class ExcelQueryComponentImpl.
ExcelQueryComponentImpl is the class that manages the QuerySheetData classes and the annotation ExcelQuery.
It gets the RowSheet list through the query within the annotation ExcelQuery.
  • Constructor Details

    • ExcelQueryComponentImpl

      public ExcelQueryComponentImpl()
  • Method Details