Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Examples/JPA/Migration/Kodo"

m (Migration of Kodo JDO to EclipseLink JPA)
Line 1: Line 1:
=Migration of Kodo to EclipseLink=
+
=Migration from Kodo to EclipseLink=
==Purpose==
+
<font color="red">''Started 20090212 - under construction''</font>
+
  
This page will detail steps and issues surrounding migration from the Kodo JPA or JDO API's to EclipseLink JPA.  It is a work in progress and will involve more familiarization with Kodo JDO.
+
This page will detail steps and issues surrounding migration from the Kodo's JPA or JDO implementation to EclipseLink JPA.  It is a work in progress and will involve more familiarization with Kodo JDO.
  
==Migration of Kodo JPA to EclipseLink JPA==
+
* [[EclipseLink/Examples/JPA/Migration/OpenJPA | JPA Migration]]
==Migration of Kodo JDO to EclipseLink JPA==
+
* [[EclipseLink/Examples/JPA/Migration/Kodo/JDO | JDO Migration]]
 
+
* Kodo supports the mapping of native sql query results to non-Entity POJOs.  This is similar to the use of constructor expression in JPQL queries except the query is a native one.  The restriction on making this work in Kodo is that the names of the result set columns must match the names of the attributes of the POJO.
+
  
 
==References==
 
==References==
*Nov 2005 - BEA acquires the object persistence company [http://www.solarmetric.com/solarmetric_jump_page/ SolarMetric Inc.] and Kodo which supports EJB 3.0 and JDO
+
 
*Apr 2008 - Oracle acquires [http://www.oracle.com/corporate/press/2008_apr/bea-closes-rls.html BEA]
+
* Nov 2005  
 +
** BEA acquires the object persistence company [http://www.solarmetric.com/solarmetric_jump_page/ SolarMetric Inc.] and Kodo which supports EJB 3.0 and JDO
 +
* Apr 2008
 +
** Oracle acquires [http://www.oracle.com/corporate/press/2008_apr/bea-closes-rls.html BEA]

Revision as of 04:57, 3 November 2009

Migration from Kodo to EclipseLink

This page will detail steps and issues surrounding migration from the Kodo's JPA or JDO implementation to EclipseLink JPA. It is a work in progress and will involve more familiarization with Kodo JDO.

References

  • Nov 2005
    • BEA acquires the object persistence company SolarMetric Inc. and Kodo which supports EJB 3.0 and JDO
  • Apr 2008
    • Oracle acquires BEA

Back to the top