File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,6 @@ alter table line_items
496
496
497
497
</sect2 >
498
498
499
- <!-- This example is not supported by NHibernate, because HbmManyToMany lacks a ColumnsAndFormulas handling
500
499
<sect2 id =" example-mappings-miscellaneous-m2mcomposite" >
501
500
<title >Many-to-many with shared composite key attribute</title >
502
501
@@ -535,8 +534,12 @@ alter table line_items
535
534
</set>
536
535
</class>]]> </programlisting >
537
536
537
+ <para >
538
+ This case requires mixing column and formula under the <literal >< many-to-many> </literal >
539
+ element, which is supported only since NHibernate 5.2.
540
+ </para >
541
+
538
542
</sect2 >
539
- -->
540
543
541
544
<sect2 id =" example-mappings-miscellaneous-contentdiscriminator" >
542
545
<title >Content based discrimination</title >
You can’t perform that action at this time.
0 commit comments