@Transactional
@Component
@ConditionalOnExpression(value="${bld.commons.multiple.datasource:false} or !T(org.springframework.util.StringUtils).isEmpty(\'${spring.datasource.url:}\')")
public class ExcelQueryComponentImpl
extends Object
implements ExcelQueryComponent
QuerySheetData classes and the annotation
ExcelQuery. RowSheet list through the
query within the annotation
ExcelQuery.| Constructor and Description |
|---|
ExcelQueryComponentImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends RowSheet> |
executeQuery(QuerySheetData<T> querySheetData)
Execute query.
|
public <T extends RowSheet> void executeQuery(QuerySheetData<T> querySheetData) throws Exception
executeQuery in interface ExcelQueryComponentT - the generic typequerySheetData - the query sheet dataException - the exceptionCopyright © 2022. All rights reserved.