Hello all, I am new here so please forgive if I am not really clear on my question or I have missed any important details.
I am trying to integrate Ninja Framework and JOOQ using guice-persist-jooq, I created a Postgres DB and generated various classes(DAO, Model, Pojo etc) using jooq-codegen I noticed that the generated DAO always create a new DSLContext in using() method in DAOImpl. I am planing to inject DSLContext using guice and use it somehow in generated DAOs. I could not find any way. Could you please help. Thanks, Sachin -- 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.
