Hi Gaurav, Currently, there is no option to make the jOOQ generator import types for improved readability. In early days of jOOQ 1.x, the generator used to import all sorts of types just for that very reason. There had been many bugs with collisions between generated types, jOOQ types and java.lang types, such that the simplest of all solutions was to just fully qualify all types in generated output.
Cheers Lukas 2013/11/16 gaurav gehlot <[email protected]> > In the generated code, I see that some of the lines are exceeding more > than 200 characters. This makes browsing the generated code a bit of a > painful experience. Just wanted to check if there is some generator option > to limit it to more readable 100 characters or less. > > Thanks, > Gaurav > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
