Uses of Interface
com.sap.olingo.jpa.processor.core.query.JPACountQuery
Packages that use JPACountQuery
Package
Description
-
Uses of JPACountQuery in com.sap.olingo.jpa.processor.core.api
Methods in com.sap.olingo.jpa.processor.core.api with parameters of type JPACountQueryModifier 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. -
Uses of JPACountQuery in com.sap.olingo.jpa.processor.core.api.example
Methods in com.sap.olingo.jpa.processor.core.api.example with parameters of type JPACountQueryModifier and TypeMethodDescriptionJPAExamplePagingProvider.getFirstPage(org.apache.olingo.server.api.uri.UriInfo uriInfo, Integer preferedPageSize, JPACountQuery countQuery, javax.persistence.EntityManager em) -
Uses of JPACountQuery in com.sap.olingo.jpa.processor.core.query
Classes in com.sap.olingo.jpa.processor.core.query that implement JPACountQuery