RavenDB: An Example of Polymorphic Collections
Mike Hadlow trying out RavenDB for dealing with inheritance and polymorphic queries:
The model has a concept of Parent and Child both of which inherit a User abstract base class. One of the first things I wanted to check was that the Raven can return a polymorphic collections of Users. […] For this to work, you have to configure Raven to understand that the type ‘User’ is represented by documents with ids that look like ‘users/xxx’
Original title and link: RavenDB: An Example of Polymorphic Collections (NoSQL databases © myNoSQL)
via: http://mikehadlow.blogspot.com/2010/10/ravendb-playing-with-inheritance-and.html