We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c24de5a + f638a89 commit cc57cf2Copy full SHA for cc57cf2
src/FluentNHibernate/Cfg/FluentMappingsContainer.cs
@@ -127,6 +127,8 @@ internal void Apply(PersistenceModel model)
127
model.Add(type);
128
}
129
130
+ model.Conventions.Merge(conventionFinder);
131
+
132
if (!string.IsNullOrEmpty(exportPath))
133
model.WriteMappingsTo(exportPath);
134
@@ -135,8 +137,6 @@ internal void Apply(PersistenceModel model)
135
137
136
138
if (biDirectionalManyToManyPairer != null)
139
model.BiDirectionalManyToManyPairer = biDirectionalManyToManyPairer;
-
- model.Conventions.Merge(conventionFinder);
140
141
142
0 commit comments