Relational database and objects : how to build a link ?

12. February 2006
How can we easily persist objects entities ?   Different solutions : using object database instead of relational (example : free .NET object db db4o) using code generation (see MetaData Mapping with code generation from Martin Fowler) using O/R Mapping tools (see MetaData Mapping with reflection from Martin Fowler) MetaData Mapping with code generation or with reflection (ORM) ? Let’s see the pros and cons : http://www.theserverside.net/news/thread.tss?thread_id=29071 >>> ABOUT O... [More]

Persistence