Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Generate orm.xml from Database schema

OpenJPA does this nicely.  See http://openjpa.apache.org/builds/latest/docs/manual/ref_guide_schema_schematool.html to get started.

They take a very nice approach where they reverse engineer a database schema into their own very simple XML format, then can perform operations off of that format (like, for example, writing orm.xml or Java code with annotations).

Best,
Laird

On Wed, Jan 6, 2010 at 9:27 AM, James Sutherland <jamesssss@xxxxxxxxx> wrote:

I believe Eclipse Dali offers this functionality, also I think Oracle
JDeveloper.


Abhinav Shah wrote:
>
> Hi,
>
> I have a oracle database schema ready (with tables and relationships).
>
> I want to generate my orm.xml and persistence.xml from it.
>
> Are there any available tools for the same?
>


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink ,
http://wiki.oracle.com/page/TopLink TopLink
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink ,
http://www.nabble.com/EclipseLink-f26430.html EclipseLink
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence
--
View this message in context: http://old.nabble.com/Generate-orm.xml-from-Database-schema-tp27026670p27026878.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top