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.impl
/
StatServiceImpl
Stat
Service
Impl
@
Service
class
StatServiceImpl
(
statRepository
:
StatRepository
)
:
StatService
能力值服务实现
Members
Constructors
Stat
Service
Impl
Link copied to clipboard
constructor
(
statRepository
:
StatRepository
)
Functions
get
Page
By
Condition
Link copied to clipboard
open
override
fun
getPageByCondition
(
stat
:
Stat
,
pageable
:
Pageable
)
:
Page
<
Stat
>
按条件分页查询能力值
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
stat
:
Stat
)
:
List
<
Stat
>
根据条件查询能力值列表
remove
By
Id
Link copied to clipboard
open
override
fun
removeById
(
id
:
Long
)
按 ID 删除能力值
save
Link copied to clipboard
open
override
fun
save
(
stat
:
Stat
)
:
Stat
保存能力值
update
Link copied to clipboard
open
override
fun
update
(
stat
:
Stat
)
:
Stat
更新能力值