Class JPACollectionQueryResult

java.lang.Object
com.sap.olingo.jpa.processor.core.query.JPACollectionQueryResult
All Implemented Interfaces:
JPACollectionResult, JPAExpandResult, JPAConvertableResult

public class JPACollectionQueryResult extends Object implements JPACollectionResult, JPAConvertableResult
  • Constructor Details

    • JPACollectionQueryResult

      public JPACollectionQueryResult(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType jpaEntityType, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath assoziation, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> selectionPath)
    • JPACollectionQueryResult

      public JPACollectionQueryResult(Map<String,​List<javax.persistence.Tuple>> result, Map<String,​Long> counts, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAEntityType jpaEntityType, com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath assoziation, Collection<com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAPath> selectionPath)
  • Method Details