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

Types

Link copied to clipboard
class KotlinMongoOperations : MongoOperations<PanacheQuery<*>, PanacheUpdate>

Defines kotlin specific implementations of methods needed by MongoOperations.

Link copied to clipboard
class PanacheQueryImpl<Entity : Any> : PanacheQuery<Entity>