Kotlin Reactive Mongo Operations
class KotlinReactiveMongoOperations : ReactiveMongoOperations<ReactivePanacheQuery<*>, ReactivePanacheUpdate>
Defines kotlin specific implementations of methods needed by ReactiveMongoOperations.
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun find(entityClass: Class<*>, query: String, params: MutableMap<String, Any>): ReactivePanacheQuery<*>
open fun find(entityClass: Class<*>, query: String, sort: Sort, params: Parameters): ReactivePanacheQuery<*>
open fun find(entityClass: Class<*>, query: String, sort: Sort, vararg params: Any): ReactivePanacheQuery<*>
open fun find(entityClass: Class<*>, query: String, sort: Sort, params: MutableMap<String, Any>): ReactivePanacheQuery<*>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun list(entityClass: Class<*>, query: String, params: MutableMap<String, Any>): Uni<MutableList<*>>
open fun list(entityClass: Class<*>, query: String, sort: Sort, params: Parameters): Uni<MutableList<*>>
open fun list(entityClass: Class<*>, query: String, sort: Sort, vararg params: Any): Uni<MutableList<*>>
open fun list(entityClass: Class<*>, query: String, sort: Sort, params: MutableMap<String, Any>): Uni<MutableList<*>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard