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/UserGuide/JPA/Introduction/About This Documentation"

m
Line 13: Line 13:
 
*See the [[http://jcp.org/en/jsr/detail?id=317 Java Persistence 2.0]] specification for complete core JPA documentation.
 
*See the [[http://jcp.org/en/jsr/detail?id=317 Java Persistence 2.0]] specification for complete core JPA documentation.
  
*See the [[http://www.eclipse.org/eclipselink/api/latest/index.html EclipeLink Javadoc]] for complete EclipseLink JPA API reference documentation, including core JPA plus the EclipseLink enhancements:  
+
*See the [[http://wiki.eclipse.org/eclipselink/api/latest/index.html | EclipeLink Javadoc]] for complete EclipseLink JPA API reference documentation, including core JPA plus the EclipseLink enhancements:  
 
**Core JPA include the <tt>javax.persistence.*</tt> packages.  
 
**Core JPA include the <tt>javax.persistence.*</tt> packages.  
 
**EclipseLink JPA enhancements include the <tt>org.eclipse.persistence.*</tt> packages.
 
**EclipseLink JPA enhancements include the <tt>org.eclipse.persistence.*</tt> packages.
 +
 +
* See the XML [[http://wiki.eclipse.org/EclipseLink/XSDs schemas]] that define the elements used for configuring persistence units and mappings:
 +
** [[http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd persistence_2_0.xsd]] is the the schema for the JPA persistence configuration file.
 +
** [[http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_0.xsd <tt>eclipselink_orm_2_0.xsd</tt>]] is the schema for native EclipseLink mapping.
 +
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA

Revision as of 10:37, 21 April 2011


Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


About This Documentation

EclipseLink provides the reference implementation of the Java Persistence Architecture (JPA) 2.0 specification. It also includes many enhancements and extensions. This documentation primarily documents the EclipseLink enhancements and extensions to JPA. Please refer to the JPA specification for full documentation of core JPA. Where appropriate, this documentation provides links to the pertinent section of the specification.

Other Resources

  • See the [| EclipeLink Javadoc] for complete EclipseLink JPA API reference documentation, including core JPA plus the EclipseLink enhancements:
    • Core JPA include the javax.persistence.* packages.
    • EclipseLink JPA enhancements include the org.eclipse.persistence.* packages.
  • See the XML [schemas] that define the elements used for configuring persistence units and mappings:


Eclipselink-logo.gif
Version: 2.2.0 Draft
Other versions...

Back to the top