doc: minor edit in howto-create-entity
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/177322ac Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/177322ac Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/177322ac Branch: refs/heads/develop Commit: 177322ac25bb282044ffc4d36046e90b1259f449 Parents: b4efe81 Author: Paul Merlin <[email protected]> Authored: Fri Jan 23 12:45:32 2015 +0100 Committer: Paul Merlin <[email protected]> Committed: Fri Jan 23 12:45:32 2015 +0100 ---------------------------------------------------------------------- manual/src/docs/tutorials/howto-create-entity.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/177322ac/manual/src/docs/tutorials/howto-create-entity.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/tutorials/howto-create-entity.txt b/manual/src/docs/tutorials/howto-create-entity.txt index 3541c1e..1b69e14 100644 --- a/manual/src/docs/tutorials/howto-create-entity.txt +++ b/manual/src/docs/tutorials/howto-create-entity.txt @@ -229,4 +229,5 @@ Well, the domain layer should not worry about UoW, it is probably the responsibi sitting on top. That could be a web application creating and completing a UoW per request, or some other co-ordinator doing long-running UnitOfWorks. -There are of course a lot more details to get all this completed, but that is beyond the scope of this HowTo. \ No newline at end of file +There are of course a lot more details to get all this completed, but that is beyond the scope of this HowTo. +See <<core-api-unitofwork>> in Core API.
