A change has been implemented to ensure that JPA Entity Operation objects are correctly identified as Java/JEE objects.
1.0.0-funcrel
Other Updates
Details
Removed "HIB_ENTITY" and "HIB_ENTITY_PROPERTY" objects created by JEE Analyzer.
Improved log statements.
Resolved tracebacks for hbm xml.
New Support
Summary
Details
Additional support for inheritance strategy
Added support for multilevel inheritance for Entity and respective operations.
Support for additional APIs
Added support for Hibernate2 CRUD and Query APIs.
1.0.0-beta92
Other Updates
Details
Removed "CAST_SQL_NamedQuery" objects created by JEE Analyzer.
Improved log statements.
New Support
Summary
Details
Support for additional APIs
Added support for CRUD and Query APIs for EclipseLink, OpenJPA, and Ebean ORM.
Support for orm.xml
Added support for "NamedQuery" and "NamedNativeQuery" in the orm.xml.
1.0.0-beta91
Performance Improvements
Summary
Beta91 has same content as beta10 with smoother installation
1.0.0-beta10
Resolved Issues
Customer Ticket Id
Details
43768
Resolved key word error for Named Query.
Other Updates
Details
Added table property for JPA Entity Operation object created by life cycle annotations.
Creating Entity operation objects for JPQL Query object from spring data.
Fixes an issue wherein the Entity Property was not correct when the Table Property did not have 'name' attribute.
Fixes an issue wherein the Named queries associated with an entity gave a blank when broadcasting event is used.
Removed JPA Entity objects created by JEE Analyzer.
Restricted Entity Object creation to javax.persistence.Entity and jakarta.persistence.Entity.
Removed JPA Embeddable and JPA Embeddable Property objects created by JEE Analyzer
New Support
Summary
Details
Support for Jakarta life cycle annotations
Support added for Jakarta life cycle annotation: callLinks are created from "JPA Entity Operation" to annotated java methods.
Support for Hibernate additional Query APIs
Added support for Hibernate2 and Hibernate5 Query APIs.
Support for eclipse link additional CRUD APIs
Added support for eclipse link additional CRUD APIs: callLinks are created from Java methods to "JPA Entity Operation" objects.
1.0.0-beta9
New Support
Summary
Details
Support for Lifecycle annotations
Support added for lifecycle annotation: callLinks are created from "JPA Entity Operation" to annotated java methods.
Support for IBM EJB xml
Support added for Map.mapxmi: callLinks are created from java methods to "JPQL Query" objects.
Support for Hibernate SQL DML Annotations
Added support for Hibernate SQL DML Annotations: callLinks created from java methds to "JPA SQL Query" objects.
Support for EclipseLink JPQL
Added support for EclipseLink Query APIs: callLinks are created from java methods to "JPQL Query" objects.
1.0.0-beta8
Other Updates
Details
Added vendor property for JPA Entity, JPA Entity Operation and JPA SQL Query objects.
Improved the broadcasting to link JPQL objects and Entity Operation objects.
1.0.0-beta7
New Support
Summary
Details
Support for EJB additional xml files
Support added for jboss-cmp-jdbc.xml, weblogic-cmp-rdbms.xml, sun-cmp-mappings.xml, open-ejb-jar.xml: callLinks are created from java methods to "JPQL Query" objects.
Support for Hibernate6
Support added for Hibernate6 CRUD and Query APIs
Support for EclipseLink
Support added for EclipseLink CRUD and Query APIs
Support for inheritance strategy "JOINED_TABLE" and Secondary table annotation
Support added for "JOINED_TABLE" inheritance and Secondary table annotation