gjrwebber / spring-data-gremlin

Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pageable not working as expected

gjrwebber opened this issue · comments

I implemented paging thinking that Pageable was indexed at 1, but it is indexed at 0.

This is now fixed.