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
/
TypeServiceImpl
Type
Service
Impl
@
Service
class
TypeServiceImpl
(
typeRepository
:
TypeRepository
)
:
TypeService
属性服务实现
Members
Constructors
Type
Service
Impl
Link copied to clipboard
constructor
(
typeRepository
:
TypeRepository
)
Functions
get
Page
By
Condition
Link copied to clipboard
open
override
fun
getPageByCondition
(
type
:
Type
,
pageable
:
Pageable
)
:
Page
<
Type
>
按条件分页查询属性
list
By
Condition
Link copied to clipboard
open
override
fun
listByCondition
(
type
:
Type
)
:
List
<
Type
>
按条件查询属性列表
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
(
type
:
Type
)
:
Type
保存属性
update
Link copied to clipboard
@
Transactional
(
rollbackFor
=
[
Exception::class
]
)
open
override
fun
update
(
type
:
Type
)
:
Type
更新属性