org.qi4j.entitystore.map
Interface MapEntityStore

All Known Implementing Classes:
MemoryMapEntityStoreMixin

public interface MapEntityStore

JAVADOC


Nested Class Summary
static class MapEntityStore.JSONKeys
           
static interface MapEntityStore.MapChanger
           
static interface MapEntityStore.MapChanges
           
static interface MapEntityStore.MapEntityStoreVisitor<ThrowableType extends java.lang.Throwable>
           
 
Method Summary
 void applyChanges(MapEntityStore.MapChanges changes)
           
 java.io.Reader get(EntityReference entityReference)
           
<ThrowableType extends java.lang.Throwable>
void
visitMap(MapEntityStore.MapEntityStoreVisitor<ThrowableType> visitor)
           
 

Method Detail

get

java.io.Reader get(EntityReference entityReference)
                   throws EntityStoreException
Throws:
EntityStoreException

visitMap

<ThrowableType extends java.lang.Throwable> void visitMap(MapEntityStore.MapEntityStoreVisitor<ThrowableType> visitor)
              throws ThrowableType extends java.lang.Throwable
Throws:
ThrowableType extends java.lang.Throwable

applyChanges

void applyChanges(MapEntityStore.MapChanges changes)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2010. All Rights Reserved.