public interface UnitOfWork<T>
AbstractUnitOfWork instead of implementing this interface directly.
AbstractUnitOfWork| Modifier and Type | Method and Description |
|---|---|
T |
execute()
Performs some operations and returns the results.
|
String |
getName()
A name (most likely for logging purposes).
|
Copyright © 2012-2017. All Rights Reserved.