I would like to be able to map the same table to multiple entities. This is useful for query purposes (restricted views of data), as well as for inserting different sets of data into a table. This is useful for TPH scenarios where you could map a separate class that contains the descriminator column as an assignable property. In this way you can insert a "generic" record, and query a specific instance in the TPH heirarchy.
Comments: That is a shame. I don't like to compare like this, but it is one of the features I really enjoy from NHibernate. Could you please explain a bit further on the issue of round-tripping when column to property mappings are not one to one? I'm afraid I don't understand how it could affect it. Thanks! Wes
Comments: That is a shame. I don't like to compare like this, but it is one of the features I really enjoy from NHibernate. Could you please explain a bit further on the issue of round-tripping when column to property mappings are not one to one? I'm afraid I don't understand how it could affect it. Thanks! Wes