valchkou / cassandra-driver-mapping

JPA addon for DataStax Java Driver for Cassandra
58 stars 24 forks source link

Accessor-annotated interfaces and PagingState #73

Open bschwanitz opened 8 years ago

bschwanitz commented 8 years ago

I'd like to paginate a query declared via @Accessor. Retrieving the first page is easy. But how do I get the query string to use in conjunction with the PagingState to perform the queries for subsequent pages?