Class DistrictRepositoryImpl

    • Constructor Detail

      • DistrictRepositoryImpl

        public DistrictRepositoryImpl()
    • Method Detail

      • search

        public org.springframework.data.domain.Page<District> search​(java.lang.String districtName,
                                                                     org.springframework.data.domain.Pageable pageable)
        Finds Districts matching all of the provided parameters. If there are no parameters, return all Districts.
        Specified by:
        search in interface DistrictRepositoryCustom
        Parameters:
        districtName - name of a district
        pageable - pagination parameters (page size, page number, sort order)
        Returns:
        page with found districts