On Tue, Sep 29, 2009 at 17:45, Phukan, Anit <[email protected]> wrote: > Could someone please let me know how I can map my objects to actual > RDBMS tables in the form of a nodes table and required number of > properties tables?
The standard db persistence managers define their own specific & optimized database schema and don't allow for an arbitrary mapping. Jukka once created a bridge for the _opposite_ direction, mapping an existing JCR as tables in a JDBC driver: http://dev.day.com/microsling/content/blogs/main/jdbc2jcr.html Regards, Alex -- Alexander Klimetschek [email protected]
