org.qi4j.spi.entitystore.helpers
Interface Migration

All Known Subinterfaces:
MigrationService
All Known Implementing Classes:
MigrationService.MigrationMixin

public interface Migration

State Migration SPI.


Method Summary
 boolean migrate(org.json.JSONObject state, java.lang.String toVersion, StateStore stateStore)
           
 

Method Detail

migrate

boolean migrate(org.json.JSONObject state,
                java.lang.String toVersion,
                StateStore stateStore)
                throws org.json.JSONException
Throws:
org.json.JSONException