I'm trying to produce a read-only view of several of my entities. For example, a "Part" sits in a "Part" table (Read/Write), but a "ProducedPart" is a Part that has rows in a "Production" table (Read- Only). I want to be able to generate a distinct list of "ProducedPart" based on the production data.
What I think I need is a way to apply a filter during the Mapping phase that takes other Entities into account. How would I map this? Is this a proper problem for NHibernate to solve? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" 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/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
