MongoQuerySchemaAdapter

class MongoQuerySchemaAdapter(collection: MongoCollection<Document>, database: MongoDatabase? = null, model: QueryModel = QueryModel.SNAPSHOT) : QuerySchemaBackendAdapter

Constructors

Link copied to clipboard
constructor(collection: MongoCollection<Document>, database: MongoDatabase? = null, model: QueryModel = QueryModel.SNAPSHOT)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun resolve(logicalSchema: LogicalQuerySchema): Mono<QueryModelSchema>