public class RemoveProperty extends Object implements EntityMigrationOperation
| Constructor and Description |
|---|
RemoveProperty(String property,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
downgrade(JSONObject state,
org.qi4j.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
String |
toString() |
boolean |
upgrade(JSONObject state,
org.qi4j.spi.entitystore.helpers.StateStore stateStore,
Migrator migrator) |
public boolean upgrade(JSONObject state, org.qi4j.spi.entitystore.helpers.StateStore stateStore, Migrator migrator) throws JSONException
upgrade in interface EntityMigrationOperationJSONExceptionpublic boolean downgrade(JSONObject state, org.qi4j.spi.entitystore.helpers.StateStore stateStore, Migrator migrator) throws JSONException
downgrade in interface EntityMigrationOperationJSONException