Hi Venkat, What is the reason why you do not want the Keys.java class generated? The way jOOQ works right now, this class and its contents are required for records to be updatable, as primary key information is stored in there.
Regards, Lukas 2013/9/16 Venkat Sadasivam <[email protected]> > Hello: > > In some instance I want to generate java classes for only a few specific > tables. In that case Table classes refers global reference class Keys.java > which we do not want. If we turn off generate relation then we records are > not updateable. Any suggestion to overcome this issue? > > Thanks, > Venkat > > -- > 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.
