Is it possible to fetch Page
results when using Spring Data Graph (Neo4J) as the data store?
The findAll(Pageable)
seems to be the only Pageable query availalble when using the GraphRepository
. What I am looking for is Pageable
APIs for other findBy***()
like queries.
Perhaps, there may be a completely different (recommended) way to Page results using Spring Data Graph. Thoughts on that are welcome as well!