Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version: 3.0 [/b]
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:[/b]
[b]Name and version of the database you are using:Oracle 9[/b]
[b]The generated SQL (show_sql=true):[/b]
[b]Debug level Hibernate log excerpt:[/b]
When generating Hibernate mapping on a table which owns a sequence, I put sequence like IdGenerator. The result is the generation of the sequence type lihe generator in file.hbm.xml but it does not generate automatically the <param name> of the sequence ?
Can it be done or do we add it manually ?
Thanks