Repository: zest-qi4j Updated Branches: refs/heads/develop b0f74761f -> 21b004e7c
Documentation, minor: better markup for Conversion deprecation warning Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/8c580cdb Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/8c580cdb Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/8c580cdb Branch: refs/heads/develop Commit: 8c580cdb31cf15539f13ce45790a3c510aa04407 Parents: b0f7476 Author: Paul Merlin <[email protected]> Authored: Thu Jul 16 22:09:15 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Thu Jul 16 22:09:15 2015 +0200 ---------------------------------------------------------------------- libraries/conversion/src/docs/conversion.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/8c580cdb/libraries/conversion/src/docs/conversion.txt ---------------------------------------------------------------------- diff --git a/libraries/conversion/src/docs/conversion.txt b/libraries/conversion/src/docs/conversion.txt index 90f26f9..015f3e6 100644 --- a/libraries/conversion/src/docs/conversion.txt +++ b/libraries/conversion/src/docs/conversion.txt @@ -25,15 +25,20 @@ source=libraries/conversion/dev-status.xml -------------- -DEPRECATED: This functionality is now present in <<def-unitofwork>> as -the two methods toEntity() and toValue(). Since this library was written -assocations of all kinds are now fully supported in Values. - - The Conversion Library provides support for converting composite types. include::../../build/docs/buildinfo/artifact.txt[] + +[WARNING] +.DEPRECATED +==== +This functionality is now present in <<def-unitofwork>> as +the two methods toEntity() and toValue(). Since this library was written +assocations of all kinds are now fully supported in Values. +==== + + == Entities to Values == To convert Entities to Values, use the EntityToValueService. It is easily assembled:
