Kotlin Mongo Operations
Defines kotlin specific implementations of methods needed by MongoOperations.
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>): PanacheQuery<*>
open fun find(entityClass: Class<*>, query: String, sort: Sort, params: Parameters): PanacheQuery<*>
open fun find(entityClass: Class<*>, query: String, sort: Sort, vararg params: Any): PanacheQuery<*>
open fun find(entityClass: Class<*>, query: String, sort: Sort, params: MutableMap<String, Any>): PanacheQuery<*>
Link copied to clipboard
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>): MutableList<*>
open fun list(entityClass: Class<*>, query: String, sort: Sort, params: MutableMap<String, Any>): 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