Book a Demo

Author Topic: Transf. Processing objs from another context.  (Read 3028 times)

novikovigor

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Transf. Processing objs from another context.
« on: October 02, 2013, 06:15:12 pm »
Hello everybody!

There's a question.
Is there the opportunity to process object located not in current context of script?
For example can i have access to class A and its attributes from context of executing transformation of class B?
Or can i have access to connectors linked to class which is transformed in the current context?

plinyar

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Transf. Processing objs from another context.
« Reply #1 on: October 09, 2013, 08:04:55 pm »
I would also like to have such a feature.

Example of usage. I have domain class A inherited from B. During transformation to DDL, I want all the attributes of B to be copies into table(!) A, in order to have a kind of table per inheritance hierarchy mapping (see http://nhforge.org/doc/nh/en/index.html#inheritance-tableperclass).
So, during processing of A I need acceess to all the fields of B