You will need to do it yourself manually, I'm sorry to say. Mark
On Sat, Sep 25, 2010 at 1:19 AM, David Long <[email protected]> wrote: > I have a database setup and Transfer using a manytoone relationship to > map two tables (variations and varVals). The configuration is as > follows: > <object name="variation" table="variations"> > <id name="varid" type="numeric" /> > <property name="title" type="string" /> > <property name="type" type="string" /> > </object> > > <object name="variationVal" table="variationVals"> > <id name="valid" type="numeric" /> > <property name="title" type="string" /> > <property name="price" type="numeric" /> > <manytoone name="varid"> > <link to="catalog.variation" > column="varid" / > </manytoone> > </object> > > The objects are, as you can tell, within a package called catalog. > Not what I am doing is deleting 1 variation. So I also need to delete > all of the Variation values. Is there a way to have transfer do this > for me or do I need to retrieve a list object, loop over it, get the > variation value, and delete the variation value? > > -- > Before posting questions to the group please read: > > http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer > > Try out the new Transfer ORM Custom Google Search: > http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 > > 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]<transfer-dev%[email protected]> > For more options, visit this group at > http://groups.google.com/group/transfer-dev?hl=en > -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com cf.Objective(ANZ) - Nov 18, 19 - Melbourne Australia http://www.cfobjective.com.au Hands-on ColdFusion ORM Training www.ColdFusionOrmTraining.com -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 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
