avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-authorization
/
io.github.lishangbu.avalon.authorization.repository
/
RoleRepository
/
findAll
find
All
abstract
fun
findAll
(
example
:
Example
<
Role
>
?
)
:
List
<
Role
>
按条件查询角色列表
abstract
fun
findAll
(
example
:
Example
<
Role
>
?
,
pageable
:
Pageable
)
:
Page
<
Role
>
按条件分页查询角色