← 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
/
TransactionContextJ
/
delete
delete
jvm
fun
delete
(
deletedItem
:
Any
)
DELETE's the row corresponding to
deletedItem
using its primary key.
fun
<
T
:
Any
>
delete
(
items
:
Collection
<
T
>
)
Batch DELETE of
items
.