org.qi4j.spi.entitystore
Interface StateCommitter

All Known Implementing Classes:
NeoEntityStoreUnitOfWork

public interface StateCommitter

After all EntityStore's have been prepared by UnitOfWork.complete()


Method Summary
 void cancel()
           
 void commit()
           
 

Method Detail

commit

void commit()

cancel

void cancel()