exposed
Toggle table of contents
1.0.0-rc-1
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-dao
/
org.jetbrains.exposed.v1.dao
/
EntityCache
/
scheduleInsert
schedule
Insert
fun
<
ID
:
Any
,
T
:
Entity
<
ID
>
>
scheduleInsert
(
f
:
EntityClass
<
ID
,
T
>
,
o
:
T
)
Stores the specified
Entity
in this
EntityCache
as scheduled to be inserted into the database.