Re: default superclass package for eogen files
Re: default superclass package for eogen files
- Subject: Re: default superclass package for eogen files
- From: "Michael DeMan (WO)" <email@hidden>
- Date: Wed, 19 Nov 2008 16:21:07 -0800
Hi, change the _Entity.java template file to look something like this
right at the top of it:
for: COM.COMPANY.MYBASECLASS
public abstract class ${entity.prefixClassNameWithoutPackage} extends
#if ($entity.parentClassNameSet)${entity.parentClassName}#elseif
($entity.partialEntitySet)er.extensions.partials.ERXPartial<${entity.partialEntity.className}>#elseif
($entity.parentSet)${entity.parent.classNameWithDefault}#elseif
($EOGenericRecord)${EOGenericRecord}#else COM.COMPANY.MYBASECLASS#end {
- Mike
Freddie Tilley wrote:
Is there way to set a default superclass package, so that it doesn't
have to
be set manually every time I generate an eogen file for a model?
Freddie Tilley
_______________________________________________
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
_______________________________________________
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