Interface DbIPGeoRepositoryCustom
-
- All Known Subinterfaces:
DbIPGeoRepository
- All Known Implementing Classes:
DbIPGeoRepositoryImpl
public interface DbIPGeoRepositoryCustom
This is custom repository for working with DbIPGeoEntity- Author:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<DbIPGeoEntity>
find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
-
-
Method Detail
-
find
org.springframework.data.domain.Page<DbIPGeoEntity> find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
-