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
/
TypeService
Type
Service
interface
TypeService
属性应用服务
Inheritors
TypeServiceImpl
Members
Functions
get
Page
By
Condition
Link copied to clipboard
abstract
fun
getPageByCondition
(
type
:
Type
,
pageable
:
Pageable
)
:
Page
<
Type
>
按筛选条件分页查询属性
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
type
:
Type
)
:
List
<
Type
>
按筛选条件查询属性列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的属性
save
Link copied to clipboard
abstract
fun
save
(
type
:
Type
)
:
Type
创建属性
update
Link copied to clipboard
abstract
fun
update
(
type
:
Type
)
:
Type
更新属性