2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

public interface

AllUnitsOfWork

org.apache.onami.persist.AllUnitsOfWork

Class Overview

Interface for aggregation of multiple UnitsOfWork.

Summary

Public Methods
abstract void beginAllInactiveUnitsOfWork()
Calls begin() on all units of work which are not active.
abstract void endAllUnitsOfWork()
Calls end() on all units of work.

Public Methods

public abstract void beginAllInactiveUnitsOfWork ()

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

public abstract void endAllUnitsOfWork ()

Calls end() on all units of work.