How to make Complete Business Data Entity

Is there a Way to create a Data Class having the behavior to be not synchronized with the ERD and enable the code generation of this class.

If I use a Data Class not having ORM persistance, the code generation does not include this class.

I think this is related to the stereotype but I didn’t find any configuration to make this working.

Thanks,

Sébastien

Hi Sébastien,

You should use normal code synchronization to create class that is not synchronized with the ERD.

Since the code will be overwriten during ORM generation, we don’t expect the user to change the generated code. If we generating it in ORM code generation, then the user’s implementation will lost.

Best regards,
Jick