findAll

abstract fun findAll(example: Example<Role>?): List<Role>

按条件查询角色列表


abstract fun findAll(example: Example<Role>?, pageable: Pageable): Page<Role>

按条件分页查询角色