public interface MigrationOperation
| Modifier and Type | Method and Description |
|---|---|
void |
downgrade(org.apache.polygene.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
void |
upgrade(org.apache.polygene.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
void upgrade(org.apache.polygene.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator)
throws IOException
IOExceptionvoid downgrade(org.apache.polygene.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator)
throws IOException
IOException