Computed column/attribute - former CUBA MetaProperty

Hi, is it possible to create auto-computed column in JMix?
Like MetaProperty in CUBA.

Thank you.
Tomas

Hi,

You can use a method in the entity with the @JmixProperty annotation for that.

Oh Yes. Thank you.
Tomas