Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Code between sessionFactory.openSession() and session.close():
When my hibernate is going to update my Object in the table it truncates the value automatically ...I am unable to understand what is the problem behind this...
The actual problem is .... I have one field of Properties in my Object say==> User . The properties contains comma seperated data ........when it is going for the first two times....mysql shows the correct data seperated by comma but for the third time...it is showing something like this --> 123456,4548798,12312... (the three dots in the end) and after additioning any other property ....no effect takes place....I have debugged my code and found that uptil the call to hibernate for updation..it is giving the hibernate the exact object with the correct number of properties (comma seperated in a correct ordeR)...but when hibernates updates that the above effect takes place...
Please help me out..
Thanks