microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
128 stars 76 forks source link

Pagination is not supported ? #257

Closed msdevanms closed 4 years ago

msdevanms commented 4 years ago

Is there any way to do pagination on GremlinRepository ?

Currently GremlinRepository extends CrudRepository, is there any plan to extend PagingAndSortingRepository ?