toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-dao
/
org.jetbrains.exposed.dao
/
EntityCache
/
scheduleUpdate
schedule
Update
fun
<
ID
:
Any
,
T
:
Entity
<
ID
>
>
scheduleUpdate
(
f
:
EntityClass
<
ID
,
T
>
,
o
:
T
)
Stores the specified
Entity
in this
EntityCache
as scheduled to be updated in the database.