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

(EclipseLink JPA)
Line 29: Line 29:
 
====Caching====
 
====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.
 
TopLink's object-caching is one of its most powerful and least understood questions. Addressing some of these issues in the FAQ is important.
 
  
 
See [[EclipseLink/UserGuide/Caching_with_EclipseLink_%28ELUG%29|Caching with EclipseLink]] and [[Introduction%20to%20Cache%20(ELUG)#Guidelines for Configuring the Cache and Identity Maps|Guidelines for Configuring the Cache and Identity Maps]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for additional information.
 
See [[EclipseLink/UserGuide/Caching_with_EclipseLink_%28ELUG%29|Caching with EclipseLink]] and [[Introduction%20to%20Cache%20(ELUG)#Guidelines for Configuring the Cache and Identity Maps|Guidelines for Configuring the Cache and Identity Maps]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for additional information.
Line 37: Line 36:
 
====[[/JPA/BestPractices| What are the best practices for using EclipseLink JPA?]]====
 
====[[/JPA/BestPractices| What are the best practices for using EclipseLink JPA?]]====
  
<p><br>
+
<br>
 
See [[EclipseLink/UserGuide/Developing JPA Projects (ELUG)|Developing JPA Projects]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
 
See [[EclipseLink/UserGuide/Developing JPA Projects (ELUG)|Developing JPA Projects]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
  
 
== EclipseLink MOXy ==
 
== EclipseLink MOXy ==
  
====[[EclipseLink/FAQ/WhatIsMOXy|What is MOXy Object-XML: JAXB]]====
+
====[[/WhatIsMOXy|What is MOXy Object-XML: JAXB]]====
  
 
== EclipseLink SDO ==
 
== EclipseLink SDO ==
Line 57: Line 56:
 
== EclipseLink Utils ==
 
== EclipseLink Utils ==
  
What is the EclipsElink Utils component?
+
====[[/WhatIsUtils | What is the EclipsLink Utils component?]]====
  
What is the purpose of the Workbench?
+
====[[/WhatIsWorkbench | What is the Workbench?]]====
  
What products and versions does the migration utility support?
+
====[[/MigrationSupportedProductsVersions| What products and versions does the migration utility support?]]====
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]
 
[[Category:EclipseLink|FAQ]]
 
[[Category:EclipseLink|FAQ]]
 +
[[Category:EclipseLink]]

Revision as of 11:35, 7 January 2008

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 contribution 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.

More Details available here.

Where can I download EclipseLink?

At present EclipseLink can only be downloaded directly from the Eclipse project's website:

http://www.eclipse.org/eclipselink/downloads/index.php

How do I get started using EclipseLink?

EclipseLink

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.

See Caching with EclipseLink and Guidelines for Configuring the Cache and Identity Maps in the EclipseLink User's Guide for additional information.

EclipseLink JPA

What is Object-Relational: JPA

What are the best practices for using EclipseLink JPA?


See Developing JPA Projects in the EclipseLink User's Guide for more information.

EclipseLink MOXy

What is MOXy Object-XML: JAXB

EclipseLink SDO

What are Service Data Objects: SDO

EclipseLink EIS

What is Non-Relational EIS: JCA


See Developing EIS Projects in the EclipseLink User's Guide for more information.

EclipseLink Utils

What is the EclipsLink Utils component?

What is the Workbench?

What products and versions does the migration utility support?

Back to the top