Interface JPAExpandResult
- All Known Subinterfaces:
JPACollectionResult
- All Known Implementing Classes:
JPACollectionQueryResult,JPAEntityBasedResult,JPAExpandQueryResult,JPAMapBaseResult
public interface JPAExpandResult
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(JPATupleChildConverter converter)getChild(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath)Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult>com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityTypeList<javax.persistence.Tuple>booleanhasCount()
-
Field Details
-
ROOT_RESULT_KEY
- See Also:
- Constant Field Values
-
-
Method Details
-
getChild
JPAExpandResult getChild(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath associationPath) -
getChildren
Map<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath,JPAExpandResult> getChildren() -
getCount
-
getEntityType
com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType getEntityType() -
getResult
-
getResults
-
hasCount
boolean hasCount() -
convert
void convert(JPATupleChildConverter converter) throws org.apache.olingo.server.api.ODataApplicationException- Throws:
org.apache.olingo.server.api.ODataApplicationException
-