public static interface MapEntityStore.MapChanger
Modifier and Type | Method and Description |
---|---|
Writer |
newEntity(org.qi4j.api.entity.EntityReference ref,
org.qi4j.api.entity.EntityDescriptor entityDescriptor) |
void |
removeEntity(org.qi4j.api.entity.EntityReference ref,
org.qi4j.api.entity.EntityDescriptor entityDescriptor) |
Writer |
updateEntity(org.qi4j.api.entity.EntityReference ref,
org.qi4j.api.entity.EntityDescriptor entityDescriptor) |
Writer newEntity(org.qi4j.api.entity.EntityReference ref, org.qi4j.api.entity.EntityDescriptor entityDescriptor) throws IOException
IOException
Writer updateEntity(org.qi4j.api.entity.EntityReference ref, org.qi4j.api.entity.EntityDescriptor entityDescriptor) throws IOException
IOException
void removeEntity(org.qi4j.api.entity.EntityReference ref, org.qi4j.api.entity.EntityDescriptor entityDescriptor) throws EntityNotFoundException
EntityNotFoundException