Package io.quarkus.mongodb.panache.kotlin.reactive.runtime

Types

Link copied to clipboard
class KotlinReactiveMongoOperations : ReactiveMongoOperations<ReactivePanacheQuery<*>, ReactivePanacheUpdate>

Defines kotlin specific implementations of methods needed by ReactiveMongoOperations.

Link copied to clipboard
class ReactivePanacheQueryImpl<Entity> : ReactivePanacheQuery<Entity>