Annotation Type ExcelQuery
The Interface ExcelQuery.
ExcelQuery is used to get the list of rows directly from the database; this functionality works if the project is configured with spring-data-jpa and if one of the following properties is set:
The "entityManager" and "namedParameterJdbcTemplate" properties must be set only if there is a configuration enabled for multiple data sources.
ExcelQuery is used to get the list of rows directly from the database; this functionality works if the project is configured with spring-data-jpa and if one of the following properties is set:
- spring.datasource.url
- bld.commons.multiple.datasource
QuerySheetData classes.The "entityManager" and "namedParameterJdbcTemplate" properties must be set only if there is a configuration enabled for multiple data sources.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionEntity manager.booleanNative query.