Exception saving an entity in DataContextImpl.mergeCommitted()

I think I had the same problem a lot of times. If you set @JmixProperty the @Transient is not taken into account anymore. It appears in Jmix you can’t have an attribute that is both, but it would make sense. I often want a calculated attribute, that has no representation in the data model and is just ignored during datastore logic.