Regular |
|
Joined: Thu Nov 20, 2003 10:04 pm Posts: 64 Location: Melbourne, Australia
|
I'd like to be able to import and export my hibernate databases to and from XML. Hibernate seems to include enough meta data to allow this but I'm wondering about a few points:
1. Anyone else done this already?
2. Would it be better/easier to query the objects via reflection or to ask hibernate about the generated tables and export the data that from them directly?
3. Functions like getTableMappings() in Configuration are private. Is this really necessary? Is a patch to make them at least protected going to be accepted?
-- Glen
|
|