Uses of Class
com.sap.olingo.jpa.processor.core.query.JPANavigationProptertyInfo
Packages that use JPANavigationProptertyInfo
-
Uses of JPANavigationProptertyInfo in com.sap.olingo.jpa.processor.core.query
Fields in com.sap.olingo.jpa.processor.core.query declared as JPANavigationProptertyInfoModifier and TypeFieldDescriptionprotected JPANavigationProptertyInfoJPAAbstractJoinQuery.lastInfoFields in com.sap.olingo.jpa.processor.core.query with type parameters of type JPANavigationProptertyInfoModifier and TypeFieldDescriptionprotected List<JPANavigationProptertyInfo>JPAInlineItemInfo.hopsprotected List<JPANavigationProptertyInfo>JPAAbstractJoinQuery.navigationInfoprotected List<JPANavigationProptertyInfo>JPAInlineItemInfo.parentHopsMethods in com.sap.olingo.jpa.processor.core.query that return JPANavigationProptertyInfoModifier and TypeMethodDescriptionprotected JPANavigationProptertyInfoJPAAbstractJoinQuery.determineLastInfo(List<JPANavigationProptertyInfo> naviInfo)Methods in com.sap.olingo.jpa.processor.core.query that return types with arguments of type JPANavigationProptertyInfoModifier and TypeMethodDescriptionstatic List<JPANavigationProptertyInfo>Util.determineNavigationPath(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, List<org.apache.olingo.server.api.uri.UriResource> resourceParts, org.apache.olingo.server.api.uri.UriInfoResource uriInfo)Converts the OData navigation list into a intermediate one.JPAInlineItemInfo.getHops()JPAJoinQuery.getNavigationInfo()Methods in com.sap.olingo.jpa.processor.core.query with parameters of type JPANavigationProptertyInfoModifier and TypeMethodDescriptionJPAAbstractJoinQuery.createFromClause(List<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath> orderByTarget, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> selectionPath, javax.persistence.criteria.CriteriaQuery<?> query, JPANavigationProptertyInfo lastInfo)protected voidJPAAbstractJoinQuery.generateCollectionAttributeJoin(Map<String,javax.persistence.criteria.From<?,?>> joinTables, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> jpaPathList, JPANavigationProptertyInfo lastInfo)Method parameters in com.sap.olingo.jpa.processor.core.query with type arguments of type JPANavigationProptertyInfoModifier and TypeMethodDescriptionJPAExpandItemInfoFactory.buildCollectionItemInfo(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, org.apache.olingo.server.api.uri.UriInfoResource uriResourceInfo, List<JPANavigationProptertyInfo> grandParentHops, Optional<JPAODataGroupProvider> groups)Navigate to collection property e.g. ..JPAExpandItemInfoFactory.buildExpandItemInfo(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd, org.apache.olingo.server.api.uri.UriInfoResource uriResourceInfo, List<JPANavigationProptertyInfo> grandParentHops)protected <Y extends Comparable<? super Y>>
javax.persistence.criteria.Expression<Boolean>JPAAbstractJoinQuery.createBoundary(List<JPANavigationProptertyInfo> info, Optional<JPAKeyBoundary> keyBoundary)protected javax.persistence.criteria.Expression<Boolean>JPAAbstractJoinQuery.createKeyWhere(List<JPANavigationProptertyInfo> info)protected javax.persistence.criteria.Expression<Boolean>JPAAbstractJoinQuery.createWhere(org.apache.olingo.server.api.uri.UriInfoResource uriInfo, List<JPANavigationProptertyInfo> navigationInfo)protected JPANavigationProptertyInfoJPAAbstractJoinQuery.determineLastInfo(List<JPANavigationProptertyInfo> naviInfo)default 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)Constructors in com.sap.olingo.jpa.processor.core.query with parameters of type JPANavigationProptertyInfoModifierConstructorDescriptionCopy constructor, that does not copy the from clause, so the new JPANavigationProptertyInfo can be used in a new query.Constructor parameters in com.sap.olingo.jpa.processor.core.query with type arguments of type JPANavigationProptertyInfoModifierConstructorDescriptionJPAAbstractJoinQuery(org.apache.olingo.server.api.OData odata, JPAODataCRUDContextAccess sessionContext, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType jpaEntityType, JPAODataRequestContextAccess requestContext, Map<String,List<String>> requestHeaders, List<JPANavigationProptertyInfo> navigationInfo)protectedJPAAbstractJoinQuery(org.apache.olingo.server.api.OData odata, JPAODataCRUDContextAccess sessionContext, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType jpaEntityType, org.apache.olingo.server.api.uri.UriInfoResource uriInfo, JPAODataRequestContextAccess requestContext, Map<String,List<String>> requestHeaders, List<JPANavigationProptertyInfo> navigationInfo)JPAInlineItemInfo(JPAExpandItem uriInfo, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath expandAssociation, List<JPANavigationProptertyInfo> parentHops)