I have 2 classes: And also my own defined comparators(rules): These comparators are defined so that an empty String is treated the same as null, an empty Collection is treated the same as null, and a Boolean false is treated the same as null. In the main method I try to compare 2 objects so as to check if the
Tag: javers
Why does Javers store the ID of my audited entities wrapped in quotes?
I audit changes to a com.example.TaskSupplier entity with Javers by annotating the corresponding Spring Data repository The primary key of this entity is a UUID, so I can retrieve an instance with However, the entry in Javers’ jv_global_id table for this instance wraps the ID in quotes, so in order to retrieve the corresponding row from this table, I have