Class MigrationInfoServiceImpl

    • Constructor Detail

      • MigrationInfoServiceImpl

        public MigrationInfoServiceImpl​(MigrationResolver migrationResolver,
                                        SchemaHistory schemaHistory,
                                        Database database,
                                        Configuration configuration,
                                        TargetVersion target,
                                        List<MigrationPattern> cherryPick,
                                        ValidationContext validationContext)
        Parameters:
        migrationResolver - The migration resolver for available migrations.
        schemaHistory - The schema history table for applied migrations.
        configuration - The current configuration.
        target - The target version up to which to retrieve the info.
        cherryPick - The migrations to consider when migration.