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"

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 23:23, 6 June 2011

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

JPA

See Also

Native ORM, Moxy, 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