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/FAQ"

Line 5: Line 5:
  
 
__TOC__
 
__TOC__
 
== Project ==
 
* [http://www.oracle.com/technology/tech/eclipse/pdf/eclipselink-faq.pdf Oracle FAQ for TopLink contribution]
 
  
 
== General ==
 
== General ==
* [[EclipseLink/FAQ/WhatIsEclipseLink|What is EclipseLink]]
 
  
== Object-Relational: JPA ==
+
=== [[EclipseLink/FAQ/WhatIsEclipseLink| What is the Eclipse Persistence Services Project (EclipseLink)?]] ===
 +
 
 +
=== What is the relationship between EclipseLink and the Oracle TopLink product? ===
 +
EclipseLink was initiated based on the contributi9on of Oracle TopLink ([http://www.oracle.com/technology/tech/eclipse/pdf/eclipselink-faq.pdf Oracle FAQ for TopLink contribution]).
 +
 
 +
=== What are the components of the EclipseLink project? ===
 +
 
 +
The EclipseLink project has several components delivering various persistence services implementations or supporting functionality:
 +
* Foundation: Common functionality shared between multiple services. Includes the native object-relational and object-XML implementations.
 +
* JPA: Implementation of the Java Persistence API (JPA) along with extensions
 +
* MOXy
 +
* SDO
 +
* DBWS
 +
* Utils
 +
 
 +
=== Where can I download EclipseLink? ===
 +
 
 +
 
 +
=== How do I get started using EclipseLink? ===
 +
 
 +
 
 +
== EclipseLink Foundation ==
 +
 
 +
=== Caching ===
 +
 
 +
TopLink's object-caching is one of its most powerful and least understood questions. Addressing some of these issues in the FAQ is important.
 +
 
 +
 
 +
== EclipseLink JPA ==
 
* [[EclipseLink/FAQ/WhatIsOR|What is Object-Relational: JPA]]
 
* [[EclipseLink/FAQ/WhatIsOR|What is Object-Relational: JPA]]
 
* [[EclipseLink/FAQ/BestPractices| Best Practices]]
 
* [[EclipseLink/FAQ/BestPractices| Best Practices]]
  
== MOXy Object-XML: JAXB ==
+
== EclipseLink MOXy ==
 
* [[EclipseLink/FAQ/WhatIsMOXy|What is MOXy Object-XML: JAXB]]
 
* [[EclipseLink/FAQ/WhatIsMOXy|What is MOXy Object-XML: JAXB]]
  
== Service Data Objects: SDO ==
+
== EclipseLink SDO ==
 
* [[EclipseLink/FAQ/WhatIsSDO|What are Service Data Objects: SDO]]
 
* [[EclipseLink/FAQ/WhatIsSDO|What are Service Data Objects: SDO]]
  
== Non-Relational EIS: JCA ==
+
== EclipseLink EIS ==
 
* [[EclipseLink/FAQ/WhatIsEIS|What is Non-Relational EIS: JCA]]
 
* [[EclipseLink/FAQ/WhatIsEIS|What is Non-Relational EIS: JCA]]
  
== Caching ==
+
== EclipseLink Utils ==
 
+
TopLink's object-caching is one of its most powerful and least understood questions. Addressing some of these issues in the FAQ is important.
+
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]
 
[[Category:EclipseLink|FAQ]]
 
[[Category:EclipseLink|FAQ]]

Revision as of 13:27, 26 November 2007

This is the EclipseLink FAQ, please feel free to post "common" questions here about EclipseLink that you believe "other" users we find "useful". Please do not use this to ask general questions or for issues you are having using the product or for support, please post these types of questions to the Forum.

Please add your questions to the most suitable category or create a new category. (to add a question edit this page and provide a link to your question).

General

What is the Eclipse Persistence Services Project (EclipseLink)?

What is the relationship between EclipseLink and the Oracle TopLink product?

EclipseLink was initiated based on the contributi9on of Oracle TopLink (Oracle FAQ for TopLink contribution).

What are the components of the EclipseLink project?

The EclipseLink project has several components delivering various persistence services implementations or supporting functionality:

  • Foundation: Common functionality shared between multiple services. Includes the native object-relational and object-XML implementations.
  • JPA: Implementation of the Java Persistence API (JPA) along with extensions
  • MOXy
  • SDO
  • DBWS
  • Utils

Where can I download EclipseLink?

How do I get started using EclipseLink?

EclipseLink Foundation

Caching

TopLink's object-caching is one of its most powerful and least understood questions. Addressing some of these issues in the FAQ is important.


EclipseLink JPA

EclipseLink MOXy

EclipseLink SDO

EclipseLink EIS

EclipseLink Utils

Back to the top