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

2.0.8-funcrel

Other Updates

Details
An update has been implemented to ensure that JEE Missing Tables and Procedures (see https://doc.castsoftware.com/display/TECHNOS/Missing+tables+and+procedures+for+JEE) are now supported.

2.0.7-funcrel

Resolved Issues

Customer Ticket IdDetails
40713Fixes the missing link from Java method to Table with same name with an explicit import in Class when only Entity annotation is used and no Table annotation is specified.

Other Updates

Details
Support provided for nativeQuery parameter inside Query annotation.

2.0.6-funcrel

Resolved Issues

Customer Ticket IdDetails
38621Fixes an issue related to Spring data Analyzer. During onboarding following warning was displayed: unsupported operand type(s) for +: 'NoneType' and 'NoneType'.

2.0.5-funcrel

Other Updates

Details
Fixed the missing link issue in JDBC template, which was occurring due to bad SQL query resolution.

2.0.4-funcrel

Resolved Issues

Customer Ticket IdDetails
35757Missing links between Java Methods and SQL Tables due to missing support for casted members for CRUD calls.

2.0.3-funcrel

Resolved Issues

Customer Ticket IdDetails
32771Remove wrongs links from crud methods to tables

2.0.2-funcrel

Resolved Issues

Customer Ticket IdDetails
30154Correct issues when inspecting files in META-INF
29605Avoid link accumulation in wrapper methods. Improve heuristics for table search.

2.0.1-funcrel

Resolved Issues

Customer Ticket IdDetails
24233Add missing bookmarks for links

2.0.0-funcrel

Resolved Issues

Customer Ticket IdDetails
28272Fix traceback
28224Fix missing links issue

Other Updates

Details
Fixed traceback issue.

New Support

SummaryDetails
@NamedNativeQueries and @NamedNativeQuery annotationsSupport for @NamedNativeQueries and @NamedNativeQuery annotations is provided.

2.0.0-alpha1

New Support

SummaryDetails
Improve extension performanceLinks were created at application level causing too many queries which lead to performance issues. The extension has been reviewed and links are created now at analysis level, hence performance is fixed.