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"

m (updated for 1.1)
m (dbws xsd)
Line 5: Line 5:
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_0.xsd Release 1.0]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_0.xsd Release 1.0]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_1.xsd Release 1.1]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_1.xsd Release 1.1]
 
  
 
====See Also====
 
====See Also====
 
* [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd JPA 1.0 Persistence XML XSD] - JPA spec persistence.xml file.
 
* [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd JPA 1.0 Persistence XML XSD] - JPA spec persistence.xml file.
 
* [http://java.sun.com/xml/ns/persistence/orm_1_0.xsd JPA 1.0 ORM XML XSD] - JPA spec orm.xml file.
 
* [http://java.sun.com/xml/ns/persistence/orm_1_0.xsd JPA 1.0 ORM XML XSD] - JPA spec orm.xml file.
 +
 +
  
 
==Native ORM, Moxy, EIS==
 
==Native ORM, Moxy, EIS==
Line 20: Line 21:
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_sessions_1.1.xsd Release 1.1]
 
**[http://www.eclipse.org/eclipselink/xsds/eclipselink_sessions_1.1.xsd Release 1.1]
  
 +
 +
==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.
 +
**[http://www.eclipse.org/eclipselink/xsds/eclipselink-dbws_1.0.xsd Release 1.0]
  
 
[[Category:EclipseLink]]
 
[[Category:EclipseLink]]

Revision as of 14:45, 12 March 2009

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.


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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.