toggle menu
quarkus-mongodb-panache-kotlin
JVM
switch theme
search in API
quarkus-mongodb-panache-kotlin
/
io.quarkus.mongodb.panache.kotlin.runtime
Package-level
declarations
Types
Types
Kotlin
Mongo
Operations
Link copied to clipboard
class
KotlinMongoOperations
:
MongoOperations
<
PanacheQuery
<
*
>
,
PanacheUpdate
>
Defines kotlin specific implementations of methods needed by
MongoOperations
.
Panache
Query
Impl
Link copied to clipboard
class
PanacheQueryImpl
<
Entity
:
Any
>
:
PanacheQuery
<
Entity
>