public interface MongoDBDriverTestAdapter
| Modifier and Type | Method and Description |
|---|---|
long |
countDocuments(org.bson.Document document) |
void |
createIndex(org.bson.Document document,
com.mongodb.client.model.IndexOptions options) |
default void |
createUniqueIndex(String... fields) |
void |
insertOne(org.bson.Document document) |
void insertOne(org.bson.Document document)
long countDocuments(org.bson.Document document)
void createIndex(org.bson.Document document,
com.mongodb.client.model.IndexOptions options)
default void createUniqueIndex(String... fields)
Copyright © 2023. All rights reserved.