Package | Description |
---|---|
at.ipsquare.commons.core.interfaces |
This package contains interfaces and abstract classes as well as directly related types, that are useful in most projects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnitOfWork<T>
Abstract base class for
UnitOfWork implementations. |
Modifier and Type | Method and Description |
---|---|
<T> T |
UnitOfWorkExecutor.executeUnitOfWork(UnitOfWork<T> work)
Executes the given
UnitOfWork in an implementation defined context and returns its result. |
Copyright © 2012-2013. All Rights Reserved.