doc: core/unitofwork minor edit
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/b4efe81f Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/b4efe81f Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/b4efe81f Branch: refs/heads/master Commit: b4efe81f82d3178a327470ff98ef9afe6fe5eba3 Parents: e423ffc Author: Paul Merlin <[email protected]> Authored: Fri Jan 23 12:25:25 2015 +0100 Committer: Paul Merlin <[email protected]> Committed: Fri Jan 23 12:25:25 2015 +0100 ---------------------------------------------------------------------- core/api/src/docs/unitofwork.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/b4efe81f/core/api/src/docs/unitofwork.txt ---------------------------------------------------------------------- diff --git a/core/api/src/docs/unitofwork.txt b/core/api/src/docs/unitofwork.txt index dd0e7dd..04e4f26 100644 --- a/core/api/src/docs/unitofwork.txt +++ b/core/api/src/docs/unitofwork.txt @@ -44,4 +44,5 @@ and aborting the UnitOfWork is handled by the transaction boundary, often in the <<core-api-layer>>) Since it is very common to have all, or nearly all, methods in the _transaction boundary_ to handle the creation and -completion, possibly with retry, in the same class, module or even layer, Qi4j provides \ No newline at end of file +completion, possibly with retry, in the same class, module or even layer, Qi4j provides annotations to easily declare +UnitOfWork concern: @UnitOfWorkPropagation, @UnitOfWorkDiscardOn and @UnitOfWorkRetry
