line / kotlin-jdsl

Kotlin library that makes it easy to build and execute queries without generated metamodel
https://kotlin-jdsl.gitbook.io/docs/
Apache License 2.0
713 stars 88 forks source link

pagination support #263

Closed dulajo closed 1 year ago

dulajo commented 1 year ago

Does jdsl support classical spring pagination? Or is there any way how to achieve the result for pagination?

cj848 commented 1 year ago

we are already support pageQuery for spring data jpa

you can use SpringDataQueryFactory.pageQuery method.