Interface JPACollectionResult

All Superinterfaces:
JPAExpandResult
All Known Implementing Classes:
JPACollectionQueryResult

public interface JPACollectionResult extends JPAExpandResult
  • Method Details

    • getPropertyCollection

      Collection<Object> getPropertyCollection(String key)
      Returns the result of a query for a collection property, which is either a list of attributes e.g. Integer for primitive properties or a list of ComplexValues
      Parameters:
      key -
      Returns:
    • getAssoziation

      com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAssociationPath getAssoziation()