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
/
ReactivePanacheMongoRepositoryBase
/
deleteAll
delete
All
@
GenerateBridge
open
fun
deleteAll
(
)
:
Uni
<
Long
>
Delete all entities of this type from the database.
Return
the number of entities deleted.
See also
Reactive
Panache
Mongo
Repository
Base.
delete