org.qi4j.entitystore.map
Interface Migration

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

public interface Migration

JAVADOC


Method Summary
 boolean migrate(JSONObject state, String toVersion, StateStore stateStore)
           
 

Method Detail

migrate

boolean migrate(JSONObject state,
                String toVersion,
                StateStore stateStore)
                throws JSONException
Throws:
JSONException