Hi, Coming from using Hibernate in Java I'm quite used to mapping fields in a table to become a component within an object.
So for example I have a client table: username firstname lastname title company_id company_name In Hibernate I can map this to a Client object which contains a Company object with company_id, company_name fields. Is it possible to do so in DataMapper? -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
