Németh György wrote:
> I have a database with 264 tables and many connections between the tables. I
> use hibernate synchronizer to generate hbm.xml files and from them the java
> classes. I tried 5 or 6 JDBC drivers to generate the hbm.xml files but all
> the time I encountered a bad generation of <set> tags of the xmls. It seems
> to me that synchronizer generates random amount of <set> tags and leaving
> out few one-to-many connections.
It sounds like you should be asking this on the Hibernate lists.. from
your description, it sounds like a problem in Hibernate, not a problem
with the driver.
If you do think it is a driver problem, we'll need a description of
exactly what the driver is doing wrong at the JDBC level.
-O