Are there ORM tools for .NET supporting mapping of generic types?
I imagine at least two possible mapping scenarios:
- Mapping of particular generic type instances
- Mapping of all possible generic instances (based on constraints & other mapped types).