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

EclipseLink/XSDs

< EclipseLink
Revision as of 12:29, 12 March 2009 by Rick.sapir.oracle.com (Talk | contribs) (updated to include 1.1 xsd)

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

JPA

  • EclipseLink ORM XML XSD - Contains EclipseLink extensions to the JPA ORM XML schema, and can be used in place of the JPA orm.xml file.

See Also

Native ORM, Moxy, EIS

  • EclipseLink native mapping XSD - Contains EclipseLink native ORM mappings, as well as OXM Moxy mappings, and EIS mappings. Sometimes referred to as the project.xml file.
  • 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.

Back to the top