public class RenameManyAssociation extends Object implements EntityMigrationOperation
| Constructor and Description |
|---|
RenameManyAssociation(String from,
String to) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
downgrade(JSONObject state,
StateStore stateStore,
Migrator migrator) |
String |
toString() |
boolean |
upgrade(JSONObject state,
StateStore stateStore,
Migrator migrator) |
public boolean upgrade(JSONObject state, StateStore stateStore, Migrator migrator) throws JSONException
upgrade in interface EntityMigrationOperationJSONExceptionpublic boolean downgrade(JSONObject state, StateStore stateStore, Migrator migrator) throws JSONException
downgrade in interface EntityMigrationOperationJSONException