Interface VillageRepositoryCustom

    • Method Summary

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

      • search

        org.springframework.data.domain.Page<Village> search​(java.lang.String villageName,
                                                             java.lang.String parentFacility,
                                                             java.lang.String sectorName,
                                                             java.lang.String districtName,
                                                             org.springframework.data.domain.Pageable pageable)