public interface EntityMigrationOperation
| Modifier and Type | Method and Description |
|---|---|
boolean |
downgrade(JSONObject state,
org.qi4j.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
boolean |
upgrade(JSONObject state,
org.qi4j.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
boolean upgrade(JSONObject state, org.qi4j.spi.entitystore.helpers.StateStore stateStore, Migrator migrator) throws JSONException
JSONExceptionboolean downgrade(JSONObject state, org.qi4j.spi.entitystore.helpers.StateStore stateStore, Migrator migrator) throws JSONException
JSONException