Created by N Padmavathi on May 04, 2023
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
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 |
1.0.0-beta6
New Support
1.0.0-beta5
New Support
1.0.0-beta4
New Support
Summary | Details |
---|
Support improved for Ebean ORM | Support added for Ebean ORM collection CRUD APIs and Ebean named queries. |
Support for Jakarta | Support added for Jakarta CRUD and Queries: callLinks are created from Java methods to "JPA Entity Operation" objects and "JPA SQL Query" objects. |
Support for javax.persistence | Support added for javax.persistence APIs: callLinks are created from java methods to "JPA Entity Operation" objects and "JPA SQL Query" objects. |
Support for JPQL queries | This release provides support for JPQL queries: callLinks are created from Java methods to "JPQL Query" objects. |
1.0.0-beta3
Other Updates
1.0.0-beta2
New Support
Summary | Details |
---|
Support for Ebean | Support added for Ebean CRUD and queries. |
Support for inheritance strategy | Support added for "SINGLE_TABLE" inheritance strategy. |
Support for NamedStoredProcedureQuery / NamedStoredProcedureQueries | Support added for the NamedStoredProcedureQuery and NamedStoredProcedureQueries annotations. |
Support for Apache OpenJPA | Support for added for Apache OpenJPA (https://openjpa.apache.org/). |
1.0.0-beta1
New Support
1.0.0-alpha2
New Support
Summary | Details |
---|
Support for @Entity annotation | Support has been added for the @Entity annotation used to create Hibernate entities. |
Support for createQuery API | Support has been added for the createQuery API resulting in the creation of a new object type called "SQL Query Object" (CAST_Java_JPA_SQLQuery). |
1.0.0-alpha1
Note
Initial release of the extension.
New Support
Summary | Details |
---|
JPA/Hibernate Framework in Java | Support provided for the JPA/Hibernate Framework, an object-relational mapper for Java. |