Trip
Member since Mar 12, 2011
- Profile: /members/7977-trip.htm
- Comments: 4
Recent Blog Comments By Trip
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Jun 29, 2011 at 9:41 AM
@Henry, Sorry for the delayed response. Thank you very much for the post. I'd love to see an article that concentrates on just the preserving of relationship and which side is most effective. I'm sure this has a dependency on what your doing but there has to be a basic rule of thumb. I've seen it ... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Mar 14, 2011 at 11:49 AM
@Henry, Thanks for the response. Yes I ran across a great thread over on the google orm group that describes "watch outs" in maintaining associations properly so you're dropping/loading objects appropriately. http://groups.google.com/group/cf-orm-dev/browse_thread/thread/a07ece5f7d509b3... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Mar 14, 2011 at 11:21 AM
@John, Thanks for the response Ben and John. Yea, asking questions about this stuff is difficult. You have a store.cfc and one of it properties is rentals. Rentals could be either an DVD object or a Game object. I'm thinking the use of the discriminator would be used. But the rentals property wou... read more »
-
Learning ColdFusion 9: ORM Inheritance Mapping
Posted on Mar 12, 2011 at 12:18 PM
ORM nub . . .sorry. Assert you're building a rental store. The store cfc has a prop called rentals.(o2m) In the rental example above, in the store obj, what would the cfc= prop be - rentals? <cfproperty name="rentals" cascade="save-update" type="array" fieldtype=&q... read more »