Joined: Mon Oct 24, 2005 6:43 am Posts: 6
|
Hi
The org\hibernate\ce\auction\persistence\*.hbm.xml all the files are having
<generator class="sequence">
But as per the documentation:
native: picks identity, sequence or hilo depending upon the capabilities of the underlying database.
So the native is best than sequence. But is there anything specfic why the caveatemptor application has chosen sequence as a generator class.
Which generator class acts one size for all. Is there any thing I am missing.
Thanks & Regards
Ramesh
|
|