Uses of Interface
com.sap.olingo.jpa.processor.core.converter.JPAExpandResult
Packages that use JPAExpandResult
Package
Description
-
Uses of JPAExpandResult in com.sap.olingo.jpa.processor.core.converter
Subinterfaces of JPAExpandResult in com.sap.olingo.jpa.processor.core.converterFields in com.sap.olingo.jpa.processor.core.converter declared as JPAExpandResultModifier and TypeFieldDescriptionprotected JPAExpandResultJPATupleResultConverter.jpaQueryResultprotected JPAExpandResultJPATupleResultConverter.jpaQueryResultMethods in com.sap.olingo.jpa.processor.core.converter that return JPAExpandResultModifier and TypeMethodDescriptionJPAExpandResult.getChild(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath)Methods in com.sap.olingo.jpa.processor.core.converter that return types with arguments of type JPAExpandResultModifier and TypeMethodDescriptionMap<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult>JPAExpandResult.getChildren()Methods in com.sap.olingo.jpa.processor.core.converter with parameters of type JPAExpandResultModifier and TypeMethodDescriptionprotected StringJPATupleChildConverter.determineSetName(JPAExpandResult jpaQueryResult, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAServiceDocument sd)JPAResultConverter.getResult(JPAExpandResult jpaResult, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> reqestedSelection)JPATupleChildConverter.getResult(JPAExpandResult jpaResult, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> reqestedSelection)JPATupleCollectionConverter.getResult(JPAExpandResult dbResult, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> reqestedSelection) -
Uses of JPAExpandResult in com.sap.olingo.jpa.processor.core.modify
Classes in com.sap.olingo.jpa.processor.core.modify that implement JPAExpandResultFields in com.sap.olingo.jpa.processor.core.modify with type parameters of type JPAExpandResultModifier and TypeFieldDescriptionprotected Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult>JPACreateResult.childrenprotected Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult>JPACreateResult.childrenMethods in com.sap.olingo.jpa.processor.core.modify that return JPAExpandResult -
Uses of JPAExpandResult in com.sap.olingo.jpa.processor.core.query
Classes in com.sap.olingo.jpa.processor.core.query that implement JPAExpandResultModifier and TypeClassDescriptionclassclassBuilds a hierarchy of expand results.Methods in com.sap.olingo.jpa.processor.core.query that return JPAExpandResultModifier and TypeMethodDescriptionJPAExtention.executeExpandTopSkipQuery()Process a expand query, which contains a $skip and/or a $top option.JPAStandardExtention.executeExpandTopSkipQuery()JPACollectionQueryResult.getChild(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath)JPAExpandQueryResult.getChild(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath)Methods in com.sap.olingo.jpa.processor.core.query that return types with arguments of type JPAExpandResultModifier and TypeMethodDescriptionMap<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult>JPACollectionQueryResult.getChildren()Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult>JPAExpandQueryResult.getChildren()Method parameters in com.sap.olingo.jpa.processor.core.query with type arguments of type JPAExpandResultModifier and TypeMethodDescriptionvoidJPACollectionQueryResult.putChildren(Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult> childResults)voidJPAConvertableResult.putChildren(Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult> childResults)voidJPAExpandQueryResult.putChildren(Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult> childResults)