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