I would also suggest getting jooq to publish your auto-generated records to
a library you consume via maven/gradle.

Most of the files jooq generated have been time savers.  I ended up
enabling pojos and records personally, especially if you end up
implementing your own DAO layer they're great time savers.


Just my 2 cents.


--
Samir Faci

On Fri, Sep 15, 2017 at 6:06 AM, Lukas Eder <[email protected]> wrote:

> Hi Ezhil,
>
> Thank you very much for your message. The number of files jOOQ generates
> is just right - eventually, you will profit from all of them!
>
> If you're sure you don't want the records to be generated, for instance,
> you could turn them off. Instructions are given here:
> https://www.jooq.org/doc/latest/manual/code-generation/codegen-records
>
> Essentially, you need to pass the flag
>
> <configuration>
>   <generator>
>     <generate>
> *      <records>false</records>*
>     </generate>
>   </generator>
> </configuration>
>
> flag.
>
> I hope this helps,
> Lukas
>
> 2017-09-15 14:07 GMT+02:00 Ezhil arasu <[email protected]>:
>
>> I am new to JOOQ. When i try to create java files with JOOQ it will
>> creats too many java files. i need prefered java file only. anyone can help
>> me for that.
>>
>> --
>> 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.
>



-- 
Thank you
Samir Faci
https://keybase.io/csgeek

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