Release Notes - 1.0

1.0.4-funcrel

Other Updates

Details
Added new objects "jOOQ Unknown Entity", "jOOQ Unknown Entity Operation" and "jOOQ Unknown SQL Query".

1.0.3-funcrel

Other Updates

Details
A change has been implemented to ensure that jOOQ Entity Operation objects are now correctly identified as Java/JEE objects.

1.0.2-funcrel

Other Updates

Details
The performance is improved and added missing objects and links.

New Support

Summary Details
Support for ExecuteAsync methods for Fluent API for jOOQ Support is added for org.jooq.Query.executeAsync methods for Fluent API for jOOQ.

1.0.1-funcrel

Other Updates

Details
Added vendor property for jOOQ Entity, jOOQ Entity Operation and jOOQ SQL Query objects.

1.0.0-funcrel

New Support

Summary Details
Support for batch and stream methods for Fluent API for jOOQ Support for org.jooq.ResultQuery.stream and org.jooq.Batch.execute methods for Fluent API for jOOQ.

1.0.0-beta1

Other Updates

Details
Corner cases in client app are now supported. For example: Support for table object instead of table name used in CRUD apis, Support for naming convention of jOOQ generated classes w.r.t table name, and Support for naming convention of jOOQ generated classes w.r.t table name.

New Support

Summary Details
Support for complex naming conventions Support provided for naming convention involving complex names of the jooq entity.

1.0.0-alpha2

New Support

Summary Details
Support for jOOQ Fluent API Support added for jOOQ Fluent CRUD APIs - see https://doc.castsoftware.com/display/TECHNOS/jOOQ+-+1.0#jOOQ1.0-FluentAPI .

1.0.0-alpha1

Note

Initial release of the extension.

New Support

Summary Details
Support for jOOQ APIs Support added for jOOQ (https://www.jooq.org/ ) API packages: "callLinks" created from Java methods to jOOQ SQL Query objects.