There are a lot of possible answers to this question. Obviously, you can implement an org.jooq.DAO, or extend org.jooq.impl.DAOImpl: http://www.jooq.org/doc/3.2/manual/sql-execution/daos/
You could even extend generated DAOs: http://www.jooq.org/doc/3.2/manual/code-generation/codegen-daos/ Could you be a bit more specific, please? Cheers Lukas 2014/1/1 Przemysław Lewandowski <[email protected]> > Hello : ) > > Is there any design pattern to write generic dao and extend it ?? > > -- > 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.
