Uses of Class
com.sap.olingo.jpa.processor.core.api.JPAODataPage
Packages that use JPAODataPage
Package
Description
-
Uses of JPAODataPage in com.sap.olingo.jpa.processor.core.api
Methods in com.sap.olingo.jpa.processor.core.api that return JPAODataPageModifier and TypeMethodDescriptionJPAODataPagingProvider.getFirstPage(org.apache.olingo.server.api.uri.UriInfo uriInfo, Integer preferedPageSize, JPACountQuery countQuery, javax.persistence.EntityManager em)Based on the query the provider decides if a paging is required and return the first page.JPAODataPagingProvider.getNextPage(String skiptoken)Returns the page related to a given skiptoken.JPAODataRequestContextAccess.getPage() -
Uses of JPAODataPage in com.sap.olingo.jpa.processor.core.api.example
Methods in com.sap.olingo.jpa.processor.core.api.example that return JPAODataPageModifier and TypeMethodDescriptionJPAExamplePagingProvider.getFirstPage(org.apache.olingo.server.api.uri.UriInfo uriInfo, Integer preferedPageSize, JPACountQuery countQuery, javax.persistence.EntityManager em)JPAExamplePagingProvider.getNextPage(String skiptoken) -
Uses of JPAODataPage in com.sap.olingo.jpa.processor.core.processor
Methods in com.sap.olingo.jpa.processor.core.processor that return JPAODataPageMethods in com.sap.olingo.jpa.processor.core.processor with parameters of type JPAODataPageModifier and TypeMethodDescriptionvoidJPAODataRequestContextImpl.setJPAODataPage(JPAODataPage page) -
Uses of JPAODataPage in com.sap.olingo.jpa.processor.core.query
Fields in com.sap.olingo.jpa.processor.core.query declared as JPAODataPage