public class MongoFindCommand extends Object implements Serializable
| Constructor and Description |
|---|
MongoFindCommand(String databaseName,
String collectionName,
String documentsType,
Object bson,
boolean successfullyExecuted,
long executionTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionName() |
String |
getDatabaseName() |
String |
getDocumentsType() |
Object |
getQuery() |
Copyright © 2016–2024. All rights reserved.