Re: how to set WOLips (veogenerator) parentClassName?
Re: how to set WOLips (veogenerator) parentClassName?
- Subject: Re: how to set WOLips (veogenerator) parentClassName?
- From: Jonathan 'Wolf' Rentzsch <email@hidden>
- Date: Fri, 21 Nov 2008 12:29:41 -0600
Yeah, I have a couple of fixes, but I can't edit that page (need an
account?)
On Nov 21, 2008, at 12:28 PM, Simon McLean wrote:
looks like there is a bug in the code on the wiki:
public Number qualifierFor${relationship.capitalizedName}() {
return qualifierForRelationshipWithKey("${relationship.name}");
}
should return EOQualifier, not Number
Simon
On 21 Nov 2008, at 17:45, Jonathan 'Wolf' Rentzsch wrote:
I'm trying to implement Pierce Wetter's excellent count-of-to-many-
destination-without-loading-the-rows idea:
<http://wiki.objectstyle.org/confluence/display/WOL/Count+To-Many+Objects+without+Loading
>
I agree it's a better idea to put qualifierForRelationshipWithKey()
and countForRelationship() into a common entity superclass, but I
can't get WOLips (veogenerator) to play along.
In my framework's .eogen file I've set the following define:
Name Value
--------------- ---------------
parentClassName JRGenericRecord
(screenshot: http://skitch.com/rentzsch/hj6k/parentclassname)
Based on this page:
<http://wiki.objectstyle.org/confluence/display/WOL/Velocity+Generator+Reference
>
and inspecting the code in
</wolips/core/plugins/org.objectstyle.wolips.eomodeler.core/java/
org/objectstyle/wolips/eomodeler/core/model/EOEntity.java>
that seems like that should be enough, but obviously I'm mistaken
as it's not working. I've also tried just "parentClass" and adding
"parentClassNameSet=true" and "isParentClassNameSet=true". But I'm
just flailing now.
I suspect someone has already gotten this working -- can you share
the magic incantation?
- jwr
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
- jwr
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden