[EMAIL PROTECTED] wrote: > && asColumns.equals(criteria.getAsColumns()) > - && joins.equals(criteria.getJoins()) > + && ObjectUtils.equals(joins, criteria.getJoins())
Actually, I had a look at that code and I asked myself why the list of joins is handled differently than all other lists in Criteria. Is there any particular reason why this list is not initialized as empty and declared as transient? Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
