org.apache.onami.persist
Interface AllUnitsOfWork


public interface AllUnitsOfWork

Interface for aggregation of multiple UnitsOfWork.


Method Summary
 void beginAllInactiveUnitsOfWork()
          Calls UnitOfWork.begin() on all units of work which are not active.
 void endAllUnitsOfWork()
          Calls UnitOfWork.end() on all units of work.
 

Method Detail

beginAllInactiveUnitsOfWork

void beginAllInactiveUnitsOfWork()
Calls UnitOfWork.begin() on all units of work which are not active.


endAllUnitsOfWork

void endAllUnitsOfWork()
Calls UnitOfWork.end() on all units of work.



Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.