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
/
BerryService
Berry
Service
interface
BerryService
树果应用服务
定义树果的查询与写入操作
Inheritors
BerryServiceImpl
Members
Functions
get
Page
By
Condition
Link copied to clipboard
abstract
fun
getPageByCondition
(
berry
:
Berry
,
pageable
:
Pageable
)
:
Page
<
Berry
>
按筛选条件分页查询树果
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的树果
save
Link copied to clipboard
abstract
fun
save
(
berry
:
Berry
)
:
Berry
创建树果
update
Link copied to clipboard
abstract
fun
update
(
berry
:
Berry
)
:
Berry
更新树果