Class QuerySheetData<T extends RowSheet>

Type Parameters:
T - the generic type
QuerySheetData is used to obtain a RowSheet list through a query, to set the parameters in the query you need to insert them in the "mapParameter" field.
All Implemented Interfaces:
SheetComponent, QuerySpreadsheetData<T>

public abstract class QuerySheetData<T extends RowSheet> extends SheetData<T> implements QuerySpreadsheetData<T>
The Class QuerySheetData.