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]

Reply via email to