Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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:
 
==MOXy JAXB==
 
==MOXy JAXB==
  
 +
*[http://www.eclipse.org/eclipselink/xsds/eclipselink_oxm_2_4.xsd Release 2.4]
 
*[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_2.xsd Release 2.2]

Revision as of 09:36, 30 June 2012

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