Class SimpleMigrationScript<E extends VersionAgnosticMigrationEmbeddedStorageManager<?,​?>>

    • Constructor Detail

      • SimpleMigrationScript

        public SimpleMigrationScript​(MigrationVersion targetVersion,
                                     java.util.function.Consumer<Context<java.lang.Object,​E>> consumer)
        Parameters:
        targetVersion - to which the script is updating the object
        consumer - which consumes the object and updates it to the target version