@Repository public interface DuplicateGroupViewRepository extends ReadOnlyRepository<DuplicateGroupView,String>
| Modifier and Type | Method and Description |
|---|---|
List<DuplicateGroupView> |
findByCountry(String country,
org.springframework.data.domain.Pageable page) |
count, existsById, findAll, findAll, findByIdList<DuplicateGroupView> findByCountry(String country, org.springframework.data.domain.Pageable page)
Copyright © 2025. All rights reserved.