public class MigrationCommand extends Object
| Constructor and Description |
|---|
MigrationCommand(String version,
String description,
String author,
Map<String,Object> command) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
com.mongodb.DBObject |
getCommand() |
String |
getDescription() |
String |
getVersion() |
org.bson.Document |
migrate(com.mongodb.client.MongoDatabase database) |
Copyright © 2020. All rights reserved.