Skip to content

Commit d9ce8d0

Browse files
Improve slightly mapping documentation (#2433)
1 parent 46cf6e5 commit d9ce8d0

File tree

3 files changed

+147
-94
lines changed

3 files changed

+147
-94
lines changed

doc/reference/modules/basic_mapping.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313

1414
<para>
1515
Note that, even though many NHibernate users choose to define XML mappings by hand,
16-
a number of tools exist to generate the mapping document, including
17-
NHibernate.Mapping.Attributes library and various template-based code
18-
generators (CodeSmith, MyGeneration). You may also use
19-
<literal>NHibernate.Mapping.ByCode</literal> available since NHibernate 3.2, or
20-
<ulink url="https://github.com/jagregory/fluent-nhibernate">Fluent NHibernate</ulink>.
16+
a number of tools exist to generate the mapping document, even transparently at runtime.
17+
This includes the <link linkend="mapping-attributes">NHibernate.Mapping.Attributes
18+
library</link> which allows to directly annotate your entities with mapping declarations,
19+
various template-based code generators (CodeSmith, MyGeneration), the built-in
20+
<literal>NHibernate.Mapping.ByCode</literal> API available since NHibernate 3.2, or
21+
the <ulink url="https://github.com/jagregory/fluent-nhibernate">Fluent NHibernate</ulink>
22+
independent library.
2123
</para>
2224

2325
<para>

0 commit comments

Comments
 (0)