Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2
Name and version of the database you are using: Oracle 10g
Hi,
I have created one sequence per table, with a generic name "seq_TABLE_NAME".
I know it is possible to set the sequence name for each table via a reveng.xml file. The problem is that i have almost 60 tables.
Is there a way to specify a generic sequence name for all tables, instead of specifying the sequence name for each of my 60 tables via the reveng.xml file ?
Thank you.
Nicolas.