Uses of Class
com.sap.olingo.jpa.processor.core.query.JPAKeyBoundary
Packages that use JPAKeyBoundary
-
Uses of JPAKeyBoundary in com.sap.olingo.jpa.processor.core.query
Methods in com.sap.olingo.jpa.processor.core.query that return types with arguments of type JPAKeyBoundaryModifier and TypeMethodDescriptiondefault Optional<JPAKeyBoundary>JPAConvertableResult.getKeyBoundary(JPAODataRequestContextAccess requestContext, List<JPANavigationProptertyInfo> hops)Returns a key pair if the query had $top and/or $skip and the key of the entity implementsComparable.JPAExpandQueryResult.getKeyBoundary(JPAODataRequestContextAccess requestContext, List<JPANavigationProptertyInfo> hops)Method parameters in com.sap.olingo.jpa.processor.core.query with type arguments of type JPAKeyBoundaryModifier and TypeMethodDescriptionprotected <Y extends Comparable<? super Y>>
javax.persistence.criteria.Expression<Boolean>JPAAbstractJoinQuery.createBoundary(List<JPANavigationProptertyInfo> info, Optional<JPAKeyBoundary> keyBoundary)Constructor parameters in com.sap.olingo.jpa.processor.core.query with type arguments of type JPAKeyBoundaryModifierConstructorDescriptionJPACollectionJoinQuery(org.apache.olingo.server.api.OData odata, JPAODataCRUDContextAccess context, javax.persistence.EntityManager em, JPACollectionItemInfo item, Map<String,List<String>> requestHeaders, JPAODataRequestContextAccess requestContext, Optional<JPAKeyBoundary> keyBoundary)JPAExpandJoinQuery(org.apache.olingo.server.api.OData odata, JPAODataCRUDContextAccess sessionContext, JPAInlineItemInfo item, Map<String,List<String>> requestHeaders, JPAODataRequestContextAccess requestContext, Optional<JPAKeyBoundary> keyBoundary)