Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Automatic migration from TopLink mapping to JPA Annotations

Has anyone created a tool to automatically add JPA annotations to persistent
classes based on info from the TopLink mapping files/project?

In other words, we're migrating from older version of TopLink to EclipseLink
and would like to replace the TopLink mapping files/project with pure
JPA-annotated classes.  

Since the mapping project seems to contain everything one would need to know
in order to automatically add JPA annotations to a Java source file, it
seems like it would be possible to create a tool to support automatic
migration from mapping files to annotations (or at least make a darn good
first crack at it)

Does anyone know if such a tool has been created? 
-- 
View this message in context: http://www.nabble.com/Automatic-migration-from-TopLink-mapping-to-JPA-Annotations-tp23044408p23044408.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top