Interface SupervisorRepositoryCustom
-
- All Known Subinterfaces:
SupervisorRepository
- All Known Implementing Classes:
SupervisorRepositoryImpl
public interface SupervisorRepositoryCustom
This is custom repository for working with Supervisor- Author:
- Andrey Lezhebokov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<SupervisorEntity>
find(SupervisorSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
find items by search bean
-
-
-
Method Detail
-
find
org.springframework.data.domain.Page<SupervisorEntity> find(SupervisorSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
find items by search bean- Parameters:
searchBean
-pageable
-- Returns:
-
-