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/XSDs"

(MOXy JAXB)
Line 19: Line 19:
 
==MOXy JAXB==
 
==MOXy JAXB==
  
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_3.xsd Release 2.3]
+
*[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_3.xsd Release 2.3]
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_1.xsd Release 2.1]
+
*[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_1.xsd Release 2.1]
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_0.xsd Release 2.0]
+
*[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_0.xsd Release 2.0]
  
 
==Native ORM, OXM, EIS==
 
==Native ORM, OXM, EIS==

Revision as of 23:27, 6 June 2011

EclipseLink defines several XML XSD files for configuration of EclipseLink meta-data.

JPA

See Also

MOXy JAXB

Native ORM, OXM, EIS

  • EclipseLink native sessions XSD - Contains EclipseLink native ORM sessions, as well as OXM Moxy sessions, and EIS sessions. Sometimes referred to as the sessions.xml file.

DBWS

  • EclipseLink Database Web Services XSD - Contains properties, such as service name, generated sessions.xml file name, and query definitions, for EclipseLink Database Web Services.

Back to the top