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
/
StatRepository
Stat
Repository
interface
StatRepository
能力值仓储接口
定义能力值数据的查询与持久化操作
Author
lishangbu
Since
2026/2/11
Inheritors
StatRepositoryImpl
Members
Functions
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
Long
)
按 ID 删除能力值
find
All
Link copied to clipboard
abstract
fun
findAll
(
example
:
Example
<
Stat
>
?
)
:
List
<
Stat
>
按条件查询能力值列表
abstract
fun
findAll
(
example
:
Example
<
Stat
>
?
,
pageable
:
Pageable
)
:
Page
<
Stat
>
按条件分页查询能力值
save
Link copied to clipboard
abstract
fun
save
(
stat
:
Stat
)
:
Stat
保存能力值