Lukas - We have around 800 tables, at this time not all developers have good schema of all the tables and column hence I want developer to generate classes specific to their module tables.
On Monday, 16 September 2013 12:26:33 UTC-4, Venkat Sadasivam wrote: > > Hi Lukas: > > Keys.java contains details for all tables, if I want to generate classes > only for a few tables then I cannot update Keys.java. > > Regards, > Venkat > > On Monday, 16 September 2013 11:16:55 UTC-4, Lukas Eder wrote: >> >> 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.
