Re: [Hibernate] automatic versioning problem

2003-10-11 Thread dosapati
PROTECTED] Sent: Saturday, October 11, 2003 8:43 PM Subject: [Hibernate] automatic versioning problem hi,   I tried automatic versioning by using tag in class mapping like                   /*VERSION TAG */        I generated 'BeanVersion' clas

[Hibernate] automatic versioning problem

2003-10-11 Thread dosapati
hi,   I tried automatic versioning by using tag in class mapping like                   /*VERSION TAG */        I generated 'BeanVersion' class from the above mapping. I used that class in my code:     BeanVersion bv = new BeanVersion();  bv.setName("Entity-1");  Session session =