How does it work in runtime? We have `val id: Long...
# server
d
How does it work in runtime? We have
val id: Long = 0
and we couldn’t assign new value manually in
id
variable but with plugin could do it. Could you help me to understand it? The new object didn’t create, the reference to the original instance and from
saveAndFlush
are the same