public abstract class AbstractUnitOfWork<T> extends Object implements UnitOfWork<T>
UnitOfWork implementations.| Constructor and Description |
|---|
AbstractUnitOfWork() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A name (most likely for logging purposes).
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecutepublic String getName()
UnitOfWorkgetName in interface UnitOfWork<T>Copyright © 2012-2013. All Rights Reserved.