Does NHibernate 3.x support formula on many-to-one? If so, I can experiment with adopting it early, because I don't really have any other option at the moment.
Another persons suggested using a PostLoadEventListener, but the overhead turned out to be prohibitive. Sandro [1] http://stackoverflow.com/questions/4139694/nhibernate-many-to-one-by-formula/4140002 On Nov 9, 5:21 pm, naasking <[email protected]> wrote: > As I said, I tried the actual mapping and it fails with an error, > "property mapping has wrong number of columns", indicating it requires > a column attribute that is missing. This is NHibernate 2.1.2, with the > schema that came from that distribution. > > Sandro > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
