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"

(JPA)
(MOXy JAXB)
Line 21: Line 21:
  
 
*[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_2.xsd Release 2.2]
 
*[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]

Revision as of 13:35, 7 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