quarkus-mongodb-panache-kotlin
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
quarkus-mongodb-panache-kotlin
quarkus-mongodb-panache-kotlin
/
io.quarkus.mongodb.panache.kotlin.reactive
/
ReactivePanacheMongoEntityBase
/
persist
persist
fun
<
T
:
ReactivePanacheMongoEntityBase
>
persist
(
)
:
Uni
<
T
>
Persist this entity in the database. This will set its ID field if not already set.
See also
Reactive
Panache
Mongo
Entity
Base.
persist