MODE-1740 Updated entity hashCode() and equals() methods to handle null IDs These changes correct the hashCode and equals methods on three E…
Show more
MODE-1740 Updated entity hashCode() and equals() methods to handle null IDsThese changes correct the hashCode and equals methods on three Entityclasses so that these methods work when the entity IDs (which areconfigured to be automatically set by JPA) have not yet been set.
Show less