> So if you get rid of them, I assume there will just be the general Factory, > and there will be some code that detects what rdbms implementation you are > using? Or maybe there is already. If so, how does it work? Does it use the > driver name from the connection metadata?
No, you pass the SQLDialect to the Factory constructor. An example is given here: http://www.jooq.org/doc/2.5/manual/sql-building/factory/#N10437 Cheers Lukas
