I'm not quite sure if I correctly understood your use case. But I think that you might get lucky by applying runtime table mapping: http://www.jooq.org/doc/3.2/manual/sql-building/dsl-context/runtime-schema-mapping/
Cheers Lukas 2013/11/22 Aram Mirzadeh <[email protected]> > > Hi, > > I have multiple VIEWs that are based on a single table based on product > type. > > TABLE > TABLE_AAA > TABLE_BBB > etc. > > Since I have a single class that does all of my queries. How do pass in > the table name which maybe one of the views to be used in the > .from(dynamicTable)? > > Thanks. > > -- > 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.
