Download List

專案描述

jOOQ effectively combines complex SQL, type safety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-08-29 07:53
2.4.1

This release adds minor bugfixes.

2012-08-29 07:53
2.3.3

This release adds minor bugfixes.

2012-03-19 04:39
2.1.0

With this version, jOOQ attempts to follow versioning rules imposed by semantic versioning (http://semver.org/). There will be 1 minor release per month, and a couple of patch releases per year, depending on popular demand. This release comes with custom type support, custom SQL styling, and relational division.

2012-02-27 07:32
2.0.5

This release finally introduces basic runtime configuration features for the jOOQ Factory. This configuration now includes: Execute listener and SQL tracing support (jOOQ allows you to hook your own listeners into jOOQ's query execution engine to be notified of all sorts of events); the existing SchemaMapping features (they are now part of the
runtime configuration); StatementType settings that specify whether a Factory should execute java.sql.PreparedStatements (with bind variables) or static java.sql.Statements with inlined variables.

2012-02-13 04:43
2.0.4

This release introduces many improvements to source code generation. There is a lot of ongoing work to improve the integration of Oracle's TABLE and VARRAY types.

Project Resources