kodein-db-api
/
org.kodein.db
/
Operation
common
Operation
sealed class
Operation
<
M
:
Any
>
Content copied to clipboard
Types
Properties
Inheritors
Types
Delete
Link copied to clipboard
common
class
Delete
<
M
:
Any
>(options:
List
<
Options.Listeners
>, key:
Key
<
M
>, getModel: () ->
M
?) :
Operation
<
M
>
Content copied to clipboard
Put
Link copied to clipboard
common
class
Put
<
M
:
Any
>(options:
List
<
Options.Listeners
>, key:
Key
<
M
>, model:
M
) :
Operation
<
M
>
Content copied to clipboard
Properties
key
Link copied to clipboard
common
abstract val
key
:
Key
<
M
>
Content copied to clipboard
options
Link copied to clipboard
common
abstract val
options
:
List
<
Options.Listeners
>
Content copied to clipboard
Inheritors
Operation
Link copied to clipboard
Operation
Link copied to clipboard