| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUnitOfWork<T>
Abstract base class for
UnitOfWork implementations. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultHibernateRepository.executeUnitOfWork(UnitOfWork<T> work) |
<T> T |
HibernateRepository.executeUnitOfWork(UnitOfWork<T> work)
Executes the given
UnitOfWork within a single transaction. |
Copyright © 2012 IP SQUARE. All Rights Reserved.