Problem Solved
I am fetching the foreign key column name I was looking for using the
RelationshipRole returned by getRelationshipRoles in the TableDecorator: I
filter out roles using isTargetMany to get the one-side information that I
was looking for. The following strategy did not work because for some reason the
ColumnMap information was not available:
getRelationshipRoles(middlegen.predicates.relation.TargetOne.getInstance());
|
Title: Message
- [Middlegen-user] Need foreign key column for one side of a ... Rod Macpherson
- Rod Macpherson