Interface SectorRepositoryCustom

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.data.domain.Page<Sector> search​(java.lang.String sectorName, java.lang.String parentDistrict, org.springframework.data.domain.Pageable pageable)  
    • Method Detail

      • search

        org.springframework.data.domain.Page<Sector> search​(java.lang.String sectorName,
                                                            java.lang.String parentDistrict,
                                                            org.springframework.data.domain.Pageable pageable)