public interface AllUnitsOfWork
UnitsOfWork.| Modifier and Type | Method and Description |
|---|---|
void |
beginAllInactiveUnitsOfWork()
Calls
UnitOfWork.begin() on all units of work which are not active. |
void |
endAllUnitsOfWork()
Calls
UnitOfWork.end() on all units of work. |
void beginAllInactiveUnitsOfWork()
UnitOfWork.begin() on all units of work which are not active.void endAllUnitsOfWork()
UnitOfWork.end() on all units of work.Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.