Forgive me if this has been asked/posted somewhere, but is there a reason that the schema-specific factories like MySQLFactory as well as the jOOQ-generated Factory classes don't have dataSource constructors as well?
On Sunday, July 8, 2012 2:00:13 PM UTC-4, Lukas Eder wrote: > > Version 2.4.0 - July 8, 2012 > ================================================================= > > This release's main new feature is jOOQ's added convenience in > Factory initialisation for those users who get their database > connectivity through JDBC DataSources. If supplied with a > DataSource, a jOOQ Factory will handle the Connection lifecycle > internally, closing the Connection when no longer needed. > > The H2 MERGE statement syntax is now supported and simulated in > other databases, for those users that prefer its more intuitive > syntax over the SQL standard. > > The code generator now also allows for generating interfaces and > DAOs per table. DAO generation was previous discussed on the user > group and seen in a competitor product called OneWebSQL. > > The jOOQ Console now supports breakpoints for even more effective > SQL development > > See the full release notes here: > http://www.jooq.org/notes.php >
