This is a maintenance release for jOOQ 2.0. The main improvements include

- Better integration for using jOOQ with Spring Data. This
  includes support for named parameters, as well as allowing to
  change bind values on previously constructed Query objects
- The MERGE statement has been enhanced for better integration
  with Oracle.
- jOOQ is now ready to use with Scala / Groovy

For more information about using jOOQ with Scala, see this blog post:
http://lukaseder.wordpress.com/2011/12/11/the-ultimate-sql-dsl-jooq-in-scala/

There is now also experimental support for a custom type mapping. This
mapping allows to rewrite data types at code generation time as well
as to specify custom enum data types (e.g. boolean Y/N). Not all
integration tests run smoothly for custom data types, hence, this
feature is not yet fully supported.

For the full release notes, see
http://www.jooq.org/notes.php

Reply via email to