Posted By:
Sorin_Silaghi
Posted On:
Tuesday, August 29, 2006 04:59 AM
So here is my problem: i am using hibernate 3 in a project and I need to use sequences but the mapping has to use class generator = "assigned"... So hbm2ddl will not generate the sequences and I decidet to make an
in the mappings that will do that.. But because I use xdoclet to generate the mapping files from java files I want to add this
tag to the annotations in the java files... Sadly I couldn't find any way to do this...
Can anybody help me with this or sugest another solution? thank you