You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JsonInclude.Include.NON_EMPTY affects dirty check, even json mapping properties override equals and hashCode correctly.
Don't know why, didn't find any description about this in hypersistence-utils documents.
The text was updated successfully, but these errors were encountered:
Try to create a replicating test case that proves the problem.
There are many tests asserting the number of statements that are executed, so you can use that mechanism to demonstrate how the dirty checking mechanism is affected.
Great. Now, the next step is to debug the library and see why it doesn't work. Let me know what you have found out so that we can see what's the best way to address the problem.
JsonInclude.Include.NON_EMPTY
affects dirty check, evenjson
mapping properties overrideequals
andhashCode
correctly.Don't know why, didn't find any description about this in
hypersistence-utils
documents.The text was updated successfully, but these errors were encountered: