org.qi4j.spi.entitystore.helpers
Interface StateStore

All Known Subinterfaces:
FileEntityStoreService, JdbmEntityStoreService, MemoryEntityStoreService
All Known Implementing Classes:
JSONMapEntityStoreMixin, MapEntityStoreMixin, SQLEntityStoreMixin

public interface StateStore

StateStore SPI.


Method Summary
 org.json.JSONObject jsonStateOf(java.lang.String id)
           
 

Method Detail

jsonStateOf

org.json.JSONObject jsonStateOf(java.lang.String id)
                                throws java.io.IOException
Throws:
java.io.IOException