users@jaxb.java.net

Re: ToString plugin

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Thu, 14 Sep 2006 18:19:37 +0200

Hi.

> I see. So you want to build your own implementation of equals and
> hashCode for each pojo ?

Yes.

> That's good too, but is there a compelling reason for that ?

Performance. equals and hashCode are used intensively by Hibernate, so in
Hyperjaxb3 I have to avoid using reflection for these purposes.

Bye.
/lexi