public interface MapEntityStore
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MapEntityStore.MapChanger
MapEntityStore changes applier.
|
static interface |
MapEntityStore.MapChanges
Changes to be applied on a MapEntityStore.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges(MapEntityStore.MapChanges changes) |
org.qi4j.io.Input<Reader,IOException> |
entityStates() |
Reader |
get(org.qi4j.api.entity.EntityReference entityReference) |
Reader get(org.qi4j.api.entity.EntityReference entityReference) throws EntityStoreException
entityReference - The reference to the entity that we want to get.EntityStoreExceptionorg.qi4j.io.Input<Reader,IOException> entityStates()
void applyChanges(MapEntityStore.MapChanges changes) throws IOException
IOException