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.

Reply via email to