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 that is used for logging.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecutepublic String getName()
UnitOfWorkgetName in interface UnitOfWork<T>Copyright © 2012-2013 IP SQUARE. All Rights Reserved.