Hello, I have used JOOQ with no problems in other projects. I think it is a great tool.
I am trying to do the following: (maybe I am crazy for thinking this :) ) I have a table, lets say "document", I define some columns and generate code using JOOQ (table and record classes). In runtime, I will generate one table for each user, they are exact copies of "document" (except for the table name). I would like to know if it is possible to make the record object to "point" to a table different than the used to generate code. I mean, using the record object to represent one record (and CRUD) in one of the dynamic tables. What I am trying is maybe impossible. Any guidance about this is appreciated. Best Regards. Jorge Eduardo Flórez -- 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.
