Package software.xdev.micromigration.scripts
-
Interface Summary Interface Description MigrationScript<T,E> Interface for scripts to migrate / update datastores. -
Class Summary Class Description Context<T,E> Container that holds necessary information for the execution of anMigrationScript
ReflectiveVersionMigrationScript<T,E> Script which creates the target version of the script through the class name.SimpleMigrationScript Provides a simple way to create a migration script with the necessary version andConsumer
.SimpleTypedMigrationScript<T,E> Provides a simple way to create a migration script with the necessary version andConsumer
.