Skip to content

Commit e1565b4

Browse files
Update mapping documentation
Many mapping properties available in NHibernate are lacking proper documentation. Document them. (Mainly done by synchronizing with https://docs.jboss.org/hibernate/orm/3.5/reference/en-US/html/mapping.html and subsequent chapters of the Hibernate documentation.) Also fixes inaccuracies and misleading statements.
1 parent c4fb3dc commit e1565b4

23 files changed

+4205
-1936
lines changed

doc/reference/master.xml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!ENTITY persistent-classes SYSTEM "modules/persistent_classes.xml">
99
<!ENTITY basic-mapping SYSTEM "modules/basic_mapping.xml">
1010
<!ENTITY collection-mapping SYSTEM "modules/collection_mapping.xml">
11+
<!ENTITY associations SYSTEM "modules/associations.xml">
1112
<!ENTITY component-mapping SYSTEM "modules/component_mapping.xml">
1213
<!ENTITY inheritance-mapping SYSTEM "modules/inheritance_mapping.xml">
1314
<!ENTITY manipulating-data SYSTEM "modules/manipulating_data.xml">
@@ -55,6 +56,7 @@
5556

5657
&basic-mapping;
5758
&collection-mapping;
59+
&associations;
5860
&component-mapping;
5961
&inheritance-mapping;
6062

0 commit comments

Comments
 (0)