documentation updates

This commit is contained in:
Mark Pollack
2011-04-07 19:24:51 -04:00
parent 403792b412
commit d8ce9189f1
2 changed files with 233 additions and 117 deletions

View File

@@ -4,7 +4,15 @@
<chapter id="mongo.mapping">
<title>Mapping support</title>
<para>The object mapping support for MongoDB</para>
<para>Rich maping support is provided by the
<classname>MongoMappingConverter</classname>.
<classname>MongoMappingConverter</classname> has a rich metadata model that
provides a full feature set of functionality to map domain objects into
MongoDB documents. The mapping metadata model is populated using annotations
on your domain objects but is not limited to using annotations as the only
source of metadata information. In this section we will describe the
features of the MongoMappingConverter and how to specify annotation based
mapping metadata.</para>
<section id="mongodb:mapping-configuration">
<title>MongoDB Mapping Configuration</title>