avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-auth
/
io.github.lishangbu.avalon.auth.repository
/
UserRepository
/
findAll
find
All
open
fun
findAll
(
specification
:
Specification
<
User
>
?
)
:
List
<
UserView
>
按条件查询用户列表
open
fun
findAll
(
specification
:
Specification
<
User
>
?
,
pageable
:
Pageable
)
:
Page
<
UserView
>
按条件分页查询用户