Ahhh - gees, I should have thought of that considering I used it for the
table element...

Thanks for the info :)

Sean

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Mike Haberman
Sent: Tuesday, June 05, 2001 10:06 PM
To: [EMAIL PROTECTED]
Subject: Re: Torque Question


you can use the javeName attribute:

e.g. <column name="dateposted" javaName="DatePosted" ... />

mike

On Tue, Jun 05, 2001 at 09:32:36PM -0700, Sean Leach wrote:
> This may be a silly question, but why does Torque generate lowercase Java
> variable names on all columns in the object schema?
>
> For example, if I have a column named "datePosted", I would assume I would
> get the resulting java var to be datePosted, with getDatePosted() etc.
> following normal Java naming scheme, instead I get dateposted and
> getDateposted()
>
> I know I can change it in the Object.vm file etc., but I was just curious
> why that decision was made.  There may be something I am missing...
>
> Forgive me if so :)
>
> Sean
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

--
-------------------------------------------------
I am Vinz, Vinz Clortho.  Keymaster of Gozer,
Volguus Zildrohar, Lord of the Sebouillia.
Are you the Gatekeeper?
-------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to