org.qi4j.spi.entitystore
Class StateChangeNotificationConcern

java.lang.Object
  extended by org.qi4j.api.concern.ConcernOf<EntityStoreSPI>
      extended by org.qi4j.spi.entitystore.StateChangeNotificationConcern
All Implemented Interfaces:
EntityStoreSPI

public abstract class StateChangeNotificationConcern
extends ConcernOf<EntityStoreSPI>
implements EntityStoreSPI

JAVADOC


Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
StateChangeNotificationConcern()
           
 
Method Summary
 StateCommitter applyChanges(EntityStoreUnitOfWork unitofwork, Iterable<EntityState> state, String version, long lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.spi.entitystore.EntityStoreSPI
getEntityState, newEntityState
 

Constructor Detail

StateChangeNotificationConcern

public StateChangeNotificationConcern()
Method Detail

applyChanges

public StateCommitter applyChanges(EntityStoreUnitOfWork unitofwork,
                                   Iterable<EntityState> state,
                                   String version,
                                   long lastModified)
Specified by:
applyChanges in interface EntityStoreSPI