Join Slack
Powered by
JPA implementation must guarantee that for every p...
# random
k
konsoletyper
05/10/2016, 11:03 AM
JPA implementation must guarantee that for every pair (a, b) of attached entities the following is true:
a == b
iff
a.id == b.id
. So why compare objects by their properties, while you can compare them by identity?
Open in Slack
Previous
Next