Excellent, thanks for the feedback, Sigmund.

Please, let us know if you encounter any issues / need more help.

Cheers,
Lukas

2016-04-18 16:38 GMT+02:00 Sigmund Lee <[email protected]>:

> Hi Lukas, thanks for prompt response.
> About the solution you already mentioned before, I will try it out.
>
> Best regards.
>
> On Mon, Apr 18, 2016 at 4:38 PM, Lukas Eder <[email protected]> wrote:
>
>> The solution remains the same as in my previous E-Mail:
>> https://groups.google.com/d/msg/jooq-user/ln27b0vDUsA/Efg6duVHABwJ
>>
>> At the time, I had decided not to look into this any further. It would be
>> unwise to make any assumptions about user languages and usage of plural /
>> singular names, while, at the same time it is very easy for you (having
>> domain knowledge) to implement a solution using the existing means.
>>
>> Here are updated manual links to help you get started:
>> - Programmatic generator strategies:
>> http://www.jooq.org/doc/latest/manual/code-generation/codegen-generatorstrategy
>> - Configurative generator strategies:
>> http://www.jooq.org/doc/latest/manual/code-generation/codegen-matcherstrategy
>>
>> 2016-04-18 4:43 GMT+02:00 <[email protected]>:
>>
>>> Same problem here. Any solution?
>>>
>>> On Friday, August 23, 2013 at 1:36:21 AM UTC+8, Christian Hammers wrote:
>>>>
>>>> Hello
>>>>
>>>> My tables are usually called with plural names like "customers" as they
>>>> contain
>>>> many rows. The generated ActiveRecord and POJO classes do thus also
>>>> have this
>>>> name which looks ridiculous especially if I have lists of them:
>>>>
>>>>   Customers c = new Customers(); // a single one
>>>>   List<Customers> customerss;    // multiple
>>>>
>>>> Is there any chance that JOOQ could be a little bit more clever about
>>>> this?
>>>>
>>>> The Propel ORM for example does a really good job using:
>>>>   propel.builder.pluralizer.class =
>>>> builder.util.StandardEnglishPluralizer
>>>> See http://propelorm.org/documentation/whats-new.html#better-pluralizer
>>>>
>>>> Best Regards
>>>>
>>>> -christian-
>>>>
>>> --
>>> 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.
>>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "jOOQ User Group" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jooq-user/ln27b0vDUsA/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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.
>

-- 
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