I\'ve been wondering if it\'s possible to have Fluent-NHibernate communicate with stored procedures that already exist and assign mapping from the result set to my own domain ob
Just to answer my own question, the answer is no other than you can write xml mapppings for NHibernate and combine them with Fluent-NHibernate mappings. SP mapping for FNH will most likely be added later.