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.
1 parent 8a9f7ee commit 7f503d0Copy full SHA for 7f503d0
src/NHibernate/Cfg/Configuration.cs
@@ -221,7 +221,7 @@ public string GetIdentifierPropertyName(string className)
221
public IType GetReferencedPropertyType(string className, string propertyName)
222
{
223
PersistentClass pc = GetPersistentClass(className);
224
- Property prop = pc.GetProperty(propertyName);
+ Property prop = pc.GetReferencedProperty(propertyName);
225
226
if (prop == null)
227
0 commit comments