Hi everybody,
I have problem with Hibernate Tools. I try with version 3.2.0 in Eclipse.
I'm trying to reverse my PostgreSQL database (version 8.2). The problem is in generating "generator" tag in mapping xml file. Hibernate Tools generating always:
Code:
<generator class="assigned" />
All id columns in my tables are 'serial' data type. That means each one use sequence. How can I configure Hibernate Tools to generate "sequence" type in "generator" tag? Can Hibernate find also the name of the sequnce and put as param to this tag?
Best regards,
Kuba Królikowski