Another NHibernate JOIN problem.
I\'m trying to join two different properties from one table by different two keys. But I can\'t get the second JOIN property.
Apparently, this cannot be done at the moment with NHibenate mappings. The closest solution, suggested by Spencer Ruport, is to create a view and map the object to it.