toggle menu
ktorceful
0.3
jvm
switch theme
search in API
ktorceful-dao
/
dev.herrrta.ktorceful.dao.interfaces
/
UpdateEntity
Update
Entity
interface
UpdateEntity
<
E
:
Any
,
PK
:
Any
>
:
EntityRoute
Members
Functions
has
Update
Permission
Link copied to clipboard
open
suspend
fun
hasUpdatePermission
(
call
:
RoutingCall
)
:
Boolean
put
Link copied to clipboard
abstract
suspend
fun
put
(
call
:
RoutingCall
,
pk
:
PK
,
klass
:
KClass
<
E
>
)