This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

1.0.3-funcrel

Other Updates

Details
Added language for Entity Operation Objects.

1.0.2-funcrel

Other Updates

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

New Support

SummaryDetails
Support for ExecuteAsync methods for Fluent API for jOOQSupport 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

SummaryDetails
Support for batch and stream methods for Fluent API for jOOQSupport 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

SummaryDetails
Support for complex naming conventionsSupport provided for naming convention involving complex names of the jooq entity.

1.0.0-alpha2

New Support

SummaryDetails
Support for jOOQ Fluent APISupport 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

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