kodein-db-api
/
org.kodein.db.model
/
ModelWrite
/
put
common
put
open fun <
M
:
Any
>
put
(model:
M
):
KeyAndSize
<
M
>
Content copied to clipboard
abstract fun <
M
:
Any
>
put
(model:
M
, vararg options:
Options.Puts
):
KeyAndSize
<
M
>
Content copied to clipboard
open fun <
M
:
Any
>
put
(key:
Key
<
M
>, model:
M
):
Int
Content copied to clipboard
abstract fun <
M
:
Any
>
put
(key:
Key
<
M
>, model:
M
, vararg options:
Options.Puts
):
Int
Content copied to clipboard