← Back to Stormify Documentation
stormify
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify
/
StormifyJ
/
update
update
jvm
fun
<
T
:
Any
>
update
(
updatedItem
:
T
)
:
T
UPDATE's the row corresponding to
updatedItem
using its primary key.
fun
<
T
:
Any
>
update
(
items
:
Collection
<
T
>
)
:
List
<
T
>
Batch UPDATE of
items
.