See: Description
| Interface | Description |
|---|---|
| HasId<T> |
Interface for types (usually entities) that have some kind of ID.
|
| StringGenerator<T> |
Interface for generating strings from various objects.
|
| UnitOfWork<T> |
An interface that represents a single Unit of Work.
|
| UnitOfWorkExecutor |
An API for executing
UnitOfWork instances. |
| Class | Description |
|---|---|
| AbstractUnitOfWork<T> |
Abstract base class for
UnitOfWork implementations. |
| Exception | Description |
|---|---|
| ExecutionError |
Thrown by
UnitOfWorkExecutors if executing UnitOfWork.execute() fails. |
Copyright © 2012-2013. All Rights Reserved.