| Author |
Message |
|
2007/09/25 23:57
|
|
|
Sébastien
Joined: 2007/09/21
Messages: 4
Offline
|
|
|
|
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
|
|
|
|
 |
| |
|
2007/09/27 15:57
|
|
|
Jick
Joined: 2005/04/29
Messages: 2880
Offline
|
|
|
|
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
|
Visual Paradigm International Ltd.
http://www.visual-paradigm.com
Build Quality Applications Faster, Better and Cheaper |
|
|
|
 |
| |