Re: Ponder: Template bug and Fix for subclass entity
James Cicenia <[email protected]> Thu, 13 Jun 2013 11:07:55 -0500
| Newsgroups | gmane.comp.web.webobjects.wonder-disc |
|---|---|
| Message-ID | <[email protected]> |
I guess it called vertical because it is a single table. ERUSER in this case. On Jun 13, 2013, at 10:35 AM, Ramsey Gurley <[email protected]> wrote: > What kind of inheritance are you using? Strangely, my user subclass isn't generating at all with single table. I didn't notice until just now. > > > On Jun 12, 2013, at 6:23 AM, James Cicenia wrote: > >> in the _WonderEntity.java you have: >> >> #set ($parentClazzClass = "${entity.parent.classNameWithOptionalPackage}.${entity.parent.classNameWithoutPackage}Clazz<T>") >> >> I think it needs to be: >> #set ($parentClazzClass = "${entity.parent.classNameWithDefault}.${entity.parent.classNameWithoutPackage}Clazz<T>") >> >> You can test this with a subclassed entity. >> >> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev_______________________________________________ >> Wonder-disc mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wonder-disc > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Wonder-disc mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wonder-disc