The problem

Callers of your entity API need to be able to ask instances of your entity to store data on the database.

In classic Cúram, callers of your code made calls to modeled methods which were generated onto entity "process" classes.

How do you add persistence to your entity interface?