I've literally searched high and low, and can't seem to find a recent solution for this.
I'm trying to implement a un-mapped class which is a DTO from 2 tables and will be returned from a HQL statement.
I can't find any examples of how to do this in Fluent Hibernate, only in standard NHibernate XML files which, doesn't suit our needs.
Has anybody had any experience of using the <Import class="CLASS" />
in Fluent?
Thanks