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
/
GenderServiceImpl
Gender
Service
Impl
@
Service
class
GenderServiceImpl
(
genderRepository
:
GenderRepository
)
:
GenderService
性别服务实现
Members
Constructors
Gender
Service
Impl
Link copied to clipboard
constructor
(
genderRepository
:
GenderRepository
)
Functions
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
specification
:
GenderSpecification
)
:
List
<
GenderView
>
按条件查询性别列表
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
:
SaveGenderInput
)
:
GenderView
保存性别
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
command
:
UpdateGenderInput
)
:
GenderView
更新性别