Is it safe to override equals() and hashCode() in TBO?
I have a lot attributes in my custom type. For this type I write TBO.
But equality for this TBO depends on 6 attributes, not all 30+ attributes.
Message was edited by: c0rp
I do not see any issue in overriding those methods. It is completely safe.