I\'m currently trying to implement the repositories for my domain objects with the RC of Entity Framework 4.1 and its code first approach.
Now I have a domain entity \"Voyag
This is the limitation. Key members can be only scalar properties directly in the entity. Complex type is represented as complex property which is not supported.