Interface RoleRepositoryCustom
- 
- All Known Subinterfaces:
 RoleRepository
- All Known Implementing Classes:
 RoleRepositoryImpl
public 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)
 
 - 
 
 -