Interface JPAExpandResult

All Known Subinterfaces:
JPACollectionResult
All Known Implementing Classes:
JPACollectionQueryResult, JPAEntityBasedResult, JPAExpandQueryResult, JPAMapBaseResult

public interface JPAExpandResult
  • Field Details

  • 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

      Long getCount(String string)
    • getEntityType

      com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType getEntityType()
    • getResult

      List<javax.persistence.Tuple> getResult(String key)
    • getResults

      Map<String,​List<javax.persistence.Tuple>> getResults()
    • hasCount

      boolean hasCount()
    • convert

      void convert(JPATupleChildConverter converter) throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException