What Jmix code replaces "PersistenceHelper"?

In my Cuba version I used the following code:

if (PersistenceHelper.isLoaded(this, "amounts")) { ... }

Now that I am transporting my code to Jmix, what is the equivalent code ?

Use EntityStates bean.

1 Like