Joe Parks
Posts: 107
Nickname: joeparks
Registered: Aug, 2003
|
|
Re: Persistence and Polymorphic Reads
|
Posted: Sep 22, 2003 9:21 AM
|
|
What, then, is the "simple" solution?
I don't think that the requirements, as defined, are at all "bloated." I think that the problem described is that addressed by O/R mapping tools.
I haven't personally used any that work with C++. If you're thinking of writing your own, though, have a look at the source code for Hibernate.
Main web site: http://hibernate.bluemars.net
CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/hibernate/
It's written in Java, but I think that it addresses all of your requirements. You could even ask on their mailing list if there is a similar effort for C++. I think someone mentioned on TheServerSide that they were looking into a port to C#.
|
|