JdbcPageListSource class retrieves paged record list by using ActiveRecord.
The caller of this class is responsible for setting proper values for limit, offset, recount, and inputs map. Default values will be used when they are not set. The default value for limit is defined in DataProcessor.DEFAULT_PAGINATION_LIMIT. The default value for offset is zero. The default value for recount is true./
You can specify more conditional SQL query strings in the inputOptions map with key ActiveRecord.key_conditions_sql.
@author (Fei) John Chen
|
|
|
|
|
|