Hi! I'm using OJB 1.0.3 with PB-API and it'S doing a great job. Now I'm looking for some information about the equals() and hashCode() methods: - In which cases should they be overwritten? - How can hashCode() be implemented? Can I use just the Primary Key for the hashcode, or does that cause problems?
Thanks in advance Werner
