Interface QueryProvider
- All Known Implementing Classes:
BucketPropertySetItemQueryProvider
,SingleColumnQueryProvider
,SingleColumnWithDiscriminatorQueryProvider
public interface QueryProvider
-
Method Summary
Modifier and TypeMethodDescriptionThe query that retrieves the first bunch of records, sorted by id.getLatestIdParamName
(int idIndex) The query that retrieves the second and following bunches of records, sorted by id and having a condition like "id is greater than X".
-
Method Details
-
getInitialQuery
String getInitialQuery()The query that retrieves the first bunch of records, sorted by id. -
getRepetitiveQuery
String getRepetitiveQuery()The query that retrieves the second and following bunches of records, sorted by id and having a condition like "id is greater than X". -
getIdColumnNames
-
getLatestIdParamName
-
getTableName
String getTableName()
-