Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
wog48 committed Oct 17, 2024
1 parent 67d8dfd commit 2cc952b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The page is then created by:
----
<1> Determine actual skip and top value.
<2> Get a map of count values to be able to determine the last page per parent entity.
<3> The https://github.wdf.sap.corp/odata-jpa/odata-v4-jpa-processor/blob/master/jpa/odata-jpa-processor/src/main/java/com/sap/olingo/jpa/processor/core/api/JPAODataExpandPage.java[`JPAODataExpandPage`] does not contain
<3> The https://github.com/SAP/olingo-jpa-processor-v4/blob/main/jpa/odata-jpa-processor/src/main/java/com/sap/olingo/jpa/processor/core/api/JPAODataExpandPage.java[`JPAODataExpandPage`] does not contain
a skip token. It will be requested later.

Now we have to implement `JPAODataSkipTokenProvider`. Our implementation is called `SkipTokenProvider`.
Expand Down

0 comments on commit 2cc952b

Please sign in to comment.