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