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
IOExceptionWriter updateEntity(org.qi4j.api.entity.EntityReference ref, org.qi4j.api.entity.EntityDescriptor entityDescriptor) throws IOException
IOExceptionvoid removeEntity(org.qi4j.api.entity.EntityReference ref,
org.qi4j.api.entity.EntityDescriptor entityDescriptor)
throws EntityNotFoundException
EntityNotFoundException