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"

(General)
Line 41: Line 41:
 
== EclipseLink MOXy ==
 
== EclipseLink MOXy ==
  
====[[/WhatIsMOXy|What is MOXy Object-XML: JAXB]]====
+
* [[/WhatIsMOXy|What is MOXy Object-XML: JAXB]]
  
 
== EclipseLink SDO ==
 
== EclipseLink SDO ==
  
====[[/WhatIsSDO|What are Service Data Objects: SDO]]====
+
* [[/WhatIsSDO|What are Service Data Objects: SDO]]
  
 
== EclipseLink EIS ==
 
== EclipseLink EIS ==
  
====[[/WhatIsEIS|What is Non-Relational EIS: JCA]]====
+
* [[/WhatIsEIS|What is Non-Relational EIS: JCA]]
  
 
<br>
 
<br>
Line 56: Line 56:
 
== EclipseLink Utils ==
 
== EclipseLink Utils ==
  
====[[/WhatIsUtils | What is the EclipseLink Utils component?]]====
+
* [[/WhatIsUtils | What is the EclipseLink Utils component?]]
 
+
* [[/WhatIsWorkbench | What is the Workbench?]]
====[[/WhatIsWorkbench | What is the Workbench?]]====
+
* [[/MigrationSupportedProductsVersions| 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|FAQ]]
 
[[Category:EclipseLink FAQ|FAQ]]
 
[[Category:EclipseLink|FAQ]]
 
[[Category:EclipseLink|FAQ]]

Revision as of 09:14, 28 April 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

These are general frequently asked questions focussed on what the Eclipse Persistence Services (EclipseLink) project is, what the various persistence services are as well as general questions about the project.

Complete list of general questions and their answers

EclipseLink's Caching

EclipseLink's object-caching is one of its most powerful and unique features. The caching applies to users of EclipseLink's JPA (and Native ORM), DBWS, and EIS. These frequently asked questions focus on how EclipseLink's entity cache works and how it is most commonly used and configured.

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

EclipseLink JPA, ORM

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

EclipseLink MOXy

EclipseLink SDO

EclipseLink EIS


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

EclipseLink Utils

Back to the top