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 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: