org.qi4j.entitystore.map
Interface MapEntityStore.MapChanger

Enclosing interface:
MapEntityStore

public static interface MapEntityStore.MapChanger


Method Summary
 Writer newEntity(EntityReference ref, EntityType entityType)
           
 void removeEntity(EntityReference ref, EntityType entityType)
           
 Writer updateEntity(EntityReference ref, EntityType entityType)
           
 

Method Detail

newEntity

Writer newEntity(EntityReference ref,
                 EntityType entityType)
                 throws IOException
Throws:
IOException

updateEntity

Writer updateEntity(EntityReference ref,
                    EntityType entityType)
                    throws IOException
Throws:
IOException

removeEntity

void removeEntity(EntityReference ref,
                  EntityType entityType)
                  throws EntityNotFoundException
Throws:
EntityNotFoundException