On 2011-05-09, at 4:13 PM, Michael Gargano wrote: > two quick(and believe it or not, related) questions: > > 1) Is there a way to have EOGenerator not automatically reverse > engineer fields into prototypes? [E.g. if I have a varchar(5) column, to not > have EOGenerator rev. eng. this into a boolean prototype]
If you have modeled that attribute as a boolean, EOF will treat it as a boolean (the 'boolean' prototype defines a factory class for EOF to use so by the time you get the value it is no longer a varchar). If you don't want it to be a boolean, then you probably shouldn't model it as a one. > > 2) Is the list of properties shown > http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF-EOGenerator#EOF-UsingEOF-EOGenerator-HowToUseIt > the complete and up-to-date list of options to that EOGenerator accepts? Are you using the old standalone EOGenerator tool (described on that page) or the Velocity EOGenerator capabilities built into WOLips? ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile: http://www.linkedin.com/in/davidleber twitter: http://twitter.com/rebeld -- WOWODC 2011 : July 1-2-3, Montreal. http://wowodc.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
