It would be good to see some pagination abstractions (similar to those used in Spring Batch) because of the variations in SQL dialects for pagination. Maybe QDSL can do this already? Or maybe it makes sense to have a native implementation anyway (given that Spring Batch already works pretty well and has a lot of bugfixes already in place).
My preference would be to have a kind of "active" list (embed a JdbcTemplate in it or something), so clients can use the java.util.List API but not download the whole universe
Issue Links:
DATAJDBC-309 Add infrastructure for semantic SQL generation
Dave Syer opened DATAJDBC-29 and commented
It would be good to see some pagination abstractions (similar to those used in Spring Batch) because of the variations in SQL dialects for pagination. Maybe QDSL can do this already? Or maybe it makes sense to have a native implementation anyway (given that Spring Batch already works pretty well and has a lot of bugfixes already in place).
My preference would be to have a kind of "active" list (embed a JdbcTemplate in it or something), so clients can use the java.util.List API but not download the whole universe
Issue Links:
DATAJDBC-309 Add infrastructure for semantic SQL generation
DATAJDBC-101 Support for PagingRepositories
3 votes, 4 watchers
The text was updated successfully, but these errors were encountered: