public interface EntityMigrationOperation
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
downgrade(MigrationContext context,
javax.json.JsonObject state,
org.apache.polygene.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
javax.json.JsonObject |
upgrade(MigrationContext context,
javax.json.JsonObject state,
org.apache.polygene.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
javax.json.JsonObject upgrade(MigrationContext context, javax.json.JsonObject state, org.apache.polygene.spi.entitystore.helpers.StateStore stateStore, Migrator migrator) throws javax.json.JsonException
javax.json.JsonExceptionjavax.json.JsonObject downgrade(MigrationContext context, javax.json.JsonObject state, org.apache.polygene.spi.entitystore.helpers.StateStore stateStore, Migrator migrator) throws javax.json.JsonException
javax.json.JsonException