quarkus-mongodb-panache-kotlin
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
quarkus-mongodb-panache-kotlin
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
>