Interface RoleRepositoryCustom

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.data.domain.Page<UserRole> search​(java.lang.String name, org.springframework.data.domain.Pageable pageable)  
    • Method Detail

      • search

        org.springframework.data.domain.Page<UserRole> search​(java.lang.String name,
                                                              org.springframework.data.domain.Pageable pageable)