customize generator in Hibernate,
April 11, 2008 at 11:06 AM
hi how to customize the generator id in Hibernate(ie. i want to generate our own generated it),please send me the source code.
i got the problem in hibernate of updating the fields by using the primary key only and the primary is generator id.
And i got the problem taking the customized id from the java class and it has to call to the xml doc,And xml doc has to generate the id in the date base column automatically.