Uses of Class
net.ozwolf.mongo.migrations.MongoTrekState
-
Packages that use MongoTrekState Package Description net.ozwolf.mongo.migrations net.ozwolf.mongo.migrations.internal.service -
-
Uses of MongoTrekState in net.ozwolf.mongo.migrations
Methods in net.ozwolf.mongo.migrations that return MongoTrekState Modifier and Type Method Description MongoTrekStateMongoTrek. migrate()Migrate the Mongo database using the provided collection of commands.MongoTrekStateMongoTrek. status()Report the status of the migrations and provided commands.MongoTrekStateMongoTrek. status(boolean logStatus)Report the status of the migrations and provided commands. -
Uses of MongoTrekState in net.ozwolf.mongo.migrations.internal.service
Methods in net.ozwolf.mongo.migrations.internal.service that return MongoTrekState Modifier and Type Method Description MongoTrekStateMigrationsService. getState(MigrationCommands commands)
-