|
org.hibernate.internal.util.compare.EqualsHelper doesn't consider arrays when comparing objects for equality. Since EqualsHelper is used in many places, such as dirty checking, this problem results in unexpected behavior, such as array type fields always being considered dirty.
Issues related to this problem include:
HHH-4110
HHH-2482
HHH-7810
HHH-3009
HHH-7496
(probably)
|