Interface RoleRepositoryCustom
- All Known Subinterfaces:
RoleRepository
- All Known Implementing Classes:
RoleRepositoryImpl
public interface RoleRepositoryCustom
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Role>findAllForGrid(List<Filter<?>> filterBy, String searchBarValue, org.springframework.data.domain.Pageable pageable)
-
Method Details
-
findAllForGrid
-