toggle menu
kandra
0.4.5
jvm
switch theme
search in API
kandra-runtime
/
io.kandra.runtime
/
KandraBatchScope
/
saveInBatch
save
In
Batch
fun
<
T
:
Any
>
KandraSuspendRepository
<
T
>
.
saveInBatch
(
entity
:
T
,
ttlSeconds
:
Int
?
=
null
)
fun
<
T
:
Any
>
KandraRepository
<
T
>
.
saveInBatch
(
entity
:
T
,
ttlSeconds
:
Int
?
=
null
)
Adds the entity save (primary + BATCH lookups) to this batch.