Book a Demo

Author Topic: not generating references for associations  (Read 2657 times)

Christiaan

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
not generating references for associations
« on: June 24, 2004, 05:46:43 am »
Is it possible to have no references generated for association on code generation?
I have disabled "auto generate role names when generating code", but if for instance Class A has an association with Class B, I still get the decleration of privarte B in class A. I would rather determine that myself.

kind regards,
Christiaan

Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: not generating references for associations
« Reply #1 on: June 24, 2004, 09:45:49 am »
Go into the code generation templates.

Choose LinkedAttributes.

Remove the contents & save et voila - no more attributes from associations.

(you will still get the #include).