Package com.onec.migration
package com.onec.migration
-
ClassDescriptionA one-time, versioned data migration — the home for backfills, data reshaping and seed data that the automatic schema upgrader cannot derive from metadata.Everything an
AppMigrationgets to work with: a JDBIHandlebound to the transaction the migration (and its history record) runs in, the metadata registry for resolving table/column names from entity metadata, and the active SQL dialect.ExecutesAppMigrations exactly once per database, in version order.