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
/
BerryFlavorRepositoryImpl
Berry
Flavor
Repository
Impl
@
Repository
class
BerryFlavorRepositoryImpl
(
sql
:
KSqlClient
)
:
BerryFlavorRepository
Members
Constructors
Berry
Flavor
Repository
Impl
Link copied to clipboard
constructor
(
sql
:
KSqlClient
)
Functions
delete
By
Id
Link copied to clipboard
open
override
fun
deleteById
(
id
:
Long
)
按 ID 删除树果风味
find
All
Link copied to clipboard
open
override
fun
findAll
(
)
:
List
<
BerryFlavor
>
查询全部树果风味列表
open
override
fun
findAll
(
example
:
Example
<
BerryFlavor
>
?
)
:
List
<
BerryFlavor
>
按条件查询树果风味列表
open
override
fun
findAll
(
example
:
Example
<
BerryFlavor
>
?
,
pageable
:
Pageable
)
:
Page
<
BerryFlavor
>
按条件分页查询树果风味
find
By
Id
Link copied to clipboard
open
override
fun
findById
(
id
:
Long
)
:
BerryFlavor
?
按 ID 查询树果风味
flush
Link copied to clipboard
open
override
fun
flush
(
)
刷新持久化上下文
save
Link copied to clipboard
open
override
fun
save
(
berryFlavor
:
BerryFlavor
)
:
BerryFlavor
保存树果风味
save
And
Flush
Link copied to clipboard
open
override
fun
saveAndFlush
(
berryFlavor
:
BerryFlavor
)
:
BerryFlavor
保存树果风味并立即刷新