Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] eclipselink-orm.xml documentation?

Rune,

The formal documentation on this functionality is light. I added a how-to example to the wiki to help developers trying to use it. 

http://wiki.eclipse.org/EclipseLink/Examples/JPA/EclipseLink-ORM.XML

Basically it can be used anywhere a standard JPA ORM.XML file can be used an offers many advanced features that are only documented in the XSD:

http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_0.xsd

I am also finishing up the Employee demo for EclipseLink 1.1 which has mappings done using this XSD. You can see these mappings here:

http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/META-INF/orm.xml

Doug
-----Original Message-----
From: Rune Kvamme [mailto:runekva@xxxxxxxxxxxx]
Sent: Sunday, January 18, 2009 3:57 PM
To: eclipselink-users@xxxxxxxxxxx
Subject: [eclipselink-users] eclipselink-orm.xml documentation?




Hi,

Does anyone know if there exists any documentations for the
eclipselink-orm.xml file?

Best regards,
Rune
-- 
View this message in context: http://www.nabble.com/eclipselink-orm.xml-documentation--tp21532837p21532837.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