avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service.impl
/
NatureServiceImpl
Nature
Service
Impl
@
Service
class
NatureServiceImpl
(
natureRepository
:
NatureRepository
)
:
NatureService
性格服务实现
Members
Constructors
Nature
Service
Impl
Link copied to clipboard
constructor
(
natureRepository
:
NatureRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
NatureSpecification
)
:
List
<
NatureView
>
按筛选条件查询性格列表
remove
By
Id
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
removeById
(
id
:
Long
)
删除指定 ID 的性格
save
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
save
(
command
:
SaveNatureInput
)
:
NatureView
创建性格
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
command
:
UpdateNatureInput
)
:
NatureView
更新性格