Package org.qi4j.migration

Interface Summary
MigrationConfiguration JAVADOC
MigrationEvents Implement this as a service to receive events from the Migration process.
MigrationService Migration service.
Migrator The Migrator implements this interface, which is invoked by MigrationOperation implementations to perform changes to EntityState during a version migration.
 

Class Summary
MigrationEventLogger MigrationEvents implementation that logs the events.
MigrationService.MigrationMixin