avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-repository
/
io.github.lishangbu.avalon.dataset.repository
/
BerryFlavorRepository
/
findAll
find
All
abstract
fun
findAll
(
)
:
List
<
BerryFlavor
>
查询全部树果风味列表
abstract
fun
findAll
(
example
:
Example
<
BerryFlavor
>
?
)
:
List
<
BerryFlavor
>
按条件查询树果风味列表
abstract
fun
findAll
(
example
:
Example
<
BerryFlavor
>
?
,
pageable
:
Pageable
)
:
Page
<
BerryFlavor
>
按条件分页查询树果风味