avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-service
/
io.github.lishangbu.avalon.dataset.service
/
BerryFlavorService
Berry
Flavor
Service
interface
BerryFlavorService
树果风味服务
Inheritors
BerryFlavorServiceImpl
Members
Functions
get
Page
By
Condition
Link copied to clipboard
abstract
fun
getPageByCondition
(
berryFlavor
:
BerryFlavor
,
pageable
:
Pageable
)
:
Page
<
BerryFlavor
>
按条件分页查询树果风味
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
按 ID 删除树果风味
save
Link copied to clipboard
abstract
fun
save
(
berryFlavor
:
BerryFlavor
)
:
BerryFlavor
保存树果风味
update
Link copied to clipboard
abstract
fun
update
(
berryFlavor
:
BerryFlavor
)
:
BerryFlavor
更新树果风味