Re: Ibator: generate equals and hashcode in Example classes

2009-09-15 Thread Iwao AVE!
There is one thing you should know about the generated methods: The order of criterion matters. For example, the following two examples are the same from SQL perspective, but example1.equals(example2) returns false. example1.createCriteria() .andPropAEqualTo(condition1) .andPropBEqualTo(condi

Re: Ibator: generate equals and hashcode in Example classes

2009-09-15 Thread Iwao AVE!
Hi Benjamin, Here's mine. http://harawata.blogspot.com/2009/04/adds-equals-and-hashcode-to-ibators.html Hope this helps, Iwao on 09/09/15 16:29 Benjamin Klatt said the following: > Hi all, > > does someone know about an Ibator plugin to generate the equals and > hashcode methods for the Exampl