1. How to get Hibernate Tools to generate POJOs with toString,equals and hashcode? stackoverflow.comHibernate Tools plugin (version 3.2.4) for eclipse
Hi all, |
2. HashCode function in Velocity Template to create POJOs ... forum.hibernate.orgHi All, I am using Velocity 1.4, HIbernate 2.1 and Midllegen 2.1. I have few tables with composite keys made up of primary keys of other tables. These table do not have either any other columns or they are not unique. Hibernate by default uses 'Set' structure in order to store collection in POJOs. The hashcode function I have in velocity ... |
3. LazyInitialization and hashCode() method in POJO. forum.hibernate.orgHi, I was facing lazyinitialization problem and used OpenSessionInViewFilter to avoid it. This worked in some places but failed in others. All the errors come in the hashCode() method that I have implemented in my POJO's. These come for the objects which are retreived as Lazy. I have a basic question which may be very stupid, but please bear with me. ... |