Uses of Class
org.openiam.idm.searchbeans.DbIPGeoSearchBean
-
Packages that use DbIPGeoSearchBean Package Description org.openiam.esb.am.service org.openiam.esb.am.service.impl org.openiam.esb.repository.custom org.openiam.esb.repository.impl -
-
Uses of DbIPGeoSearchBean in org.openiam.esb.am.service
Methods in org.openiam.esb.am.service with parameters of type DbIPGeoSearchBean Modifier and Type Method Description List<DbIPGeo>
GeoLocationIpService. findBeans(DbIPGeoSearchBean searchBean, int from, int size)
-
Uses of DbIPGeoSearchBean in org.openiam.esb.am.service.impl
Methods in org.openiam.esb.am.service.impl with parameters of type DbIPGeoSearchBean Modifier and Type Method Description List<DbIPGeo>
GeoLocationIpServiceImpl. findBeans(DbIPGeoSearchBean searchBean, int from, int size)
-
Uses of DbIPGeoSearchBean in org.openiam.esb.repository.custom
Methods in org.openiam.esb.repository.custom with parameters of type DbIPGeoSearchBean Modifier and Type Method Description org.springframework.data.domain.Page<DbIPGeoEntity>
DbIPGeoRepositoryCustom. find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
-
Uses of DbIPGeoSearchBean in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl with parameters of type DbIPGeoSearchBean Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<DbIPGeoEntity>
DbIPGeoRepositoryImpl. buildSpecifications(DbIPGeoSearchBean sb)
org.springframework.data.domain.Page<DbIPGeoEntity>
DbIPGeoRepositoryImpl. find(DbIPGeoSearchBean sb, org.springframework.data.domain.Pageable pageable)
-