In my database, I've field names in camel case (e.g. countryId). As a 
result, the fetch methods generated in the DAO java classes have awkward 
method names (E.g. fetchOneBycountryId instead of fetchOneByCountryId). So 
I looked into writing a custom generator strategy where by I overrode the 
getJavaMethodName(). However, it didn't produce the desired output. Any 
ideas on what alternative I should be doing?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to