Created by James Hurrell on Apr 20, 2023
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
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
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. |