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
m
Line 11: Line 11:
 
For more information, see:
 
For more information, see:
  
* [[EclipseLink/UserGuide/JPA/Basic JPA Development|Basic JPA Development]] - More information about EclipseLink support of JPA.
+
* [[EclipseLink/UserGuide/JPA/Basic JPA Development|"Basic JPA Development"]] - More information about EclipseLink support of JPA.
  
*[http://jcp.org/en/jsr/detail?id=317 Java Persistence 2.0 specification]  - Complete core JPA 2.0 reference documentation.
+
*[http://jcp.org/en/jsr/detail?id=317 ''Java Persistence 2.0'' specification]  - Complete core JPA 2.0 reference documentation.
  
 
*[http://wiki.eclipse.org/eclipselink/api/latest/index.html EclipeLink Javadoc] - Complete EclipseLink JPA API reference documentation, including core JPA plus the EclipseLink enhancements:  
 
*[http://wiki.eclipse.org/eclipselink/api/latest/index.html EclipeLink Javadoc] - Complete EclipseLink JPA API reference documentation, including core JPA plus the EclipseLink enhancements:  
Line 20: Line 20:
  
 
* [http://wiki.eclipse.org/EclipseLink/XSDs XML schemas (XSDs)] - Definitions of the elements used for configuring persistence units and mappings:
 
* [http://wiki.eclipse.org/EclipseLink/XSDs XML schemas (XSDs)] - Definitions of 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://java.sun.com/xml/ns/persistence/persistence_2_0.xsd <tt>persistence_2_0.xsd</tt>] is the the schema for the JPA persistence configuration file.
** [http://java.sun.com/xml/ns/persistence/orm_2_0.xsd orm_2_0.xsd] is the schema for the persistence object/relational mapping file.
+
** [http://java.sun.com/xml/ns/persistence/orm_2_0.xsd <tt>orm_2_0.xsd</tt>] is the schema for the persistence object/relational mapping file.
 
** [http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_0.xsd <tt>eclipselink_orm_2_0.xsd</tt>] is the schema for the native EclipseLink mapping file.
 
** [http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_2_0.xsd <tt>eclipselink_orm_2_0.xsd</tt>] is the schema for the native EclipseLink mapping file.
  
* [http://download.oracle.com/javaee/5/tutorial/doc/bnbpy.html The Java EE 5 Tutorial, Part V, Persistence] - Task-based information to help you implement JPA 2.0 applications. This tutorial does not include EclipseLink-specific information, but it contains much useful information about JPA 2.0.
+
*[http://wiki.eclipse.org/EclipseLink/Examples/"JPA EclipseLink JPA Examples"] - Examples that display the use of a number of EclipseLink JPA features.
  
* [http://en.wikibooks.org/wiki/Java_Persistence Java Persistence] - Wiki-based, "open-source" book about JPA 2.0. The title page contains a number of useful links to other resources.
+
* [http://download.oracle.com/javaee/5/tutorial/doc/bnbpy.html ''The Java EE 5 Tutorial'', Part V, "Persistence"] - Task-based information to help you implement JPA 2.0 applications. This tutorial does not include EclipseLink-specific information, but it contains much useful information about JPA 2.0.
 +
 
 +
* [http://en.wikibooks.org/wiki/Java_Persistence ''Java Persistence''] - Wiki-based, "open-source" book about JPA 2.0. The title page contains a number of useful links to other resources.
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA

Revision as of 12:45, 3 May 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

For more information, see:

  • EclipeLink Javadoc - 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.
  • The Java EE 5 Tutorial, Part V, "Persistence" - Task-based information to help you implement JPA 2.0 applications. This tutorial does not include EclipseLink-specific information, but it contains much useful information about JPA 2.0.
  • Java Persistence - Wiki-based, "open-source" book about JPA 2.0. The title page contains a number of useful links to other resources.

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

Back to the top