Interface DistrictRepositoryCustom
- 
- All Known Subinterfaces:
 DistrictRepository
- All Known Implementing Classes:
 DistrictRepositoryImpl
public interface DistrictRepositoryCustom 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<District>search(java.lang.String districtName, org.springframework.data.domain.Pageable pageable) 
 - 
 
- 
- 
Method Detail
- 
search
org.springframework.data.domain.Page<District> search(java.lang.String districtName, org.springframework.data.domain.Pageable pageable)
 
 - 
 
 -