Re: modeling question

2016-04-21 Thread Chuck Hill
This *might* be what you want: https://jenkins.wocommunity.org/job/WonderIntegration/javadoc/er/extensions/partials/package-summary.html On 2016-04-21, 4:49 PM, "webobjects-dev-bounces+chill=gevityinc@lists.apple.com on behalf of T Worman" wrote: >All: > >I have a new database (read o

Re: modeling question for a to-many relationship subset.

2010-08-04 Thread David Avendasora
Until you see that it is a performance issue (don't spend time optimizing until something is proven to be a bottleneck) I would simply use the eogenerated method: so if you have this relationship Conference ->> Session on an instance of Conference use: sessions(IS_LAB.isTrue()); Very simple,

Re: Modeling Question

2006-03-27 Thread Lachlan Deck
Hi there, On 25/03/2006, at 12:15 AM, James Cicenia wrote: I am modeling a SEO Management application. Basically I have the following DestinationSite DirectorySite PartnerSite UnclassifiedSite DestinationPage DirectoryPage PartnerPage