Hi all,
I would like to ask, if it is possible to create an alias for an associated class of an associated class :-) Something like this:
Code:
-----------* 1---------* 1---------
| Class A |-------|Class B|---------|Class C|
----------- --------- ---------
I would like to retrieve objects of Class A, which satisfy a certain condition. The condition is set upon objects of Class C, which are not directly associated to Class A.
I know from the docs, that you can create aliases to directly associated classes, but what about this case?
Thanks for help.