Uses of Class
net.ozwolf.mongo.migrations.internal.domain.Migration
-
Packages that use Migration Package Description net.ozwolf.mongo.migrations net.ozwolf.mongo.migrations.exception net.ozwolf.mongo.migrations.internal.dao net.ozwolf.mongo.migrations.internal.domain -
-
Uses of Migration in net.ozwolf.mongo.migrations
Methods in net.ozwolf.mongo.migrations that return types with arguments of type Migration Modifier and Type Method Description List<Migration>MongoTrekState. getApplied()Get the list of successfully applied migrationsList<Migration>MongoTrekState. getFailed()Get the list of migrations that have failed.List<Migration>MongoTrekState. getMigrations()Get the full list of migrations.List<Migration>MongoTrekState.Pending. getMigrations()The list of pending migrationsConstructor parameters in net.ozwolf.mongo.migrations with type arguments of type Migration Constructor Description MongoTrekState(Collection<Migration> migrations) -
Uses of Migration in net.ozwolf.mongo.migrations.exception
Constructors in net.ozwolf.mongo.migrations.exception with parameters of type Migration Constructor Description DuplicateVersionException(Migration migration) -
Uses of Migration in net.ozwolf.mongo.migrations.internal.dao
Methods in net.ozwolf.mongo.migrations.internal.dao that return types with arguments of type Migration Modifier and Type Method Description List<Migration>DefaultSchemaVersionDAO. findAll()List<Migration>SchemaVersionDAO. findAll()Optional<Migration>DefaultSchemaVersionDAO. findLastSuccessful()Optional<Migration>SchemaVersionDAO. findLastSuccessful()Methods in net.ozwolf.mongo.migrations.internal.dao with parameters of type Migration Modifier and Type Method Description voidDefaultSchemaVersionDAO. save(Migration migration)voidSchemaVersionDAO. save(Migration migration) -
Uses of Migration in net.ozwolf.mongo.migrations.internal.domain
Methods in net.ozwolf.mongo.migrations.internal.domain that return Migration Modifier and Type Method Description MigrationMigration. assign(MigrationCommand command)MigrationMigration. failed(Exception e)MigrationMigration. running()MigrationMigration. successful(org.bson.Document result)Methods in net.ozwolf.mongo.migrations.internal.domain that return types with arguments of type Migration Modifier and Type Method Description static Comparator<Migration>Migration. sortByVersionAscending()static Comparator<Migration>Migration. sortByVersionDescending()
-