|
Joutsen Persistence v0.3.0+1-ga730d6d
|
Represents an atomic unit of work. More...
Public Member Functions | |
| void | Persist () |
| Persists the changes done by this unit. More... | |
| void | Undo () |
| Reverts the changes done by this unit. More... | |
Represents an atomic unit of work.
Changes made should not be available until the unit is completed.
| void Joutsen.Persistence.UnitOfWork.Persist | ( | ) |
Persists the changes done by this unit.
Implemented in Joutsen.Persistence.NHibernate.SessionContextUnitOfWork.
| void Joutsen.Persistence.UnitOfWork.Undo | ( | ) |
Reverts the changes done by this unit.
Implemented in Joutsen.Persistence.NHibernate.SessionContextUnitOfWork.