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