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"

(MOXy JAXB)
(JPA)
Line 4: Line 4:
 
* '''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.
 
* '''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.
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_3.xsd Release 2.3]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_3.xsd Release 2.3]
 +
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_2.xsd Release 2.2]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_1.xsd Release 2.1]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_1.xsd Release 2.1]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_0.xsd Release 2.0]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_0.xsd Release 2.0]

Revision as of 12:09, 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