Hi,
Hibernate version: 3.0
Eclipse: 3.1.1
Hibernate tools: 3.1.0.beta1
I'm reverse engineering a database form JDBC connection, generating only the .java files.
When I rev-eng the tables one by one, the tool generates the .java files without any relationships (this is exactly what I want), but when I rev-eng more than 1 tables it generates Sets if there are relationships between the tables.
Is it possible to generate these .java files without the relationships (only POJOs with the same fields as in the corresponding table) in one go?
|