I have similar scenario in Domain Driven Design Question on Services and Repositories and http://pastie.org/795679 which the azamsharp faces.
Since registration is value object, and user can have list of value objects, how can i save this registrations in user table because there is 1 to M relationship between User and Registration. Do i have to create seperate table for registration.