The only methods (for the relationship) that will be generated are the m2o ones.
http://docs.transfer-orm.com/wiki/Generated_Methods.cfm#ManyToOne_Element So, any of the other o2m methods that have to do with getting at the child(ren)/parent will not be generated. http://docs.transfer-orm.com/wiki/Generated_Methods.cfm#OneToMany_Element For your list methods, you'd just add a decorator method (you can use the same name if you'd like... e.g. getPersonOrgArray()) and then either pass it off to your Service (recommended) for processing or do your TQL there in the decorator (arguably quicker, but dirtier, imo). HTH --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
