If you just need to change it for one column, then you can do it with a
<columnOverride> element to set the property name.

If you want to do it for every column in the table, then tell abator to use
the actual column name as the property like this:

<table tableName="foo">
 <property name="useActualColumnNames" value="true"/>
</table>

Jeff Butler


On 2/6/07, Mark Volkmann <[EMAIL PROTECTED]> wrote:

I'm trying to use Abator with a table where the column names are
camel-cased. In the generated Java code, for a column like
"AccountType", methods like "getAccounttype" get generated. Note the
lowercase "t" at the beginning of "type". Is there a way to get the
generated method name to be "getAccountType"?

Reply via email to