Calvin
02/07/2022, 1:52 PMEntity[id].apply {
updatedField = "test123"
}
But this is a bit tedious if the objects are very large and/or contain lists. Is there a method that detects the changes between two objects (the entity object and an updated version of the object) and updates the entity accordingly?Bogdan
02/07/2022, 3:25 PMExposed
has its own checks, the main thing is that the correct equals
are definedCalvin
02/07/2022, 3:30 PMBogdan
02/07/2022, 3:38 PM