How to get Hibernate Tools to generate POJOs with toString,equals and hashcode?
问题 Hibernate Tools plugin (version 3.2.4) for eclipse Hi all, I'm using the plugin to reverse engineer my POJOs and DAOs from my DB-Schema and for some reason the toString,equals and hashcode methods aren't created in the POJOs. What I'm doing is the following: Create a new JPA project. Configure it's persistence.xml file as follows: <persistence-unit name="PU"> <provider>org.hibernate.ejb.HibernatePersistence</provider> <exclude-unlisted-classes>false</exclude-unlisted-classes> <properties>