Class RoleRepositoryImpl

    • Constructor Detail

      • RoleRepositoryImpl

        public RoleRepositoryImpl()
    • Method Detail

      • search

        public org.springframework.data.domain.Page<UserRole> search​(java.lang.String name,
                                                                     org.springframework.data.domain.Pageable pageable)
        Finds UserRoles matching all of the provided parameters. If there are no parameters, return all Roles.
        Specified by:
        search in interface RoleRepositoryCustom
        Parameters:
        pageable - pagination parameters (page size, page number, sort order)
        name - name of a role
        Returns:
        page with found Roles