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 NoSQL)
Line 33: Line 33:
 
== EclipseLink JPA, ORM ==
 
== EclipseLink JPA, ORM ==
  
* [[/JPA|What is Object-Relational Persistence: JPA]]
+
* [[/JPA|What is Object-Relational Persistence: JPA?]]
 
* [[/JPA/BestPractices| What are the best practices for using EclipseLink JPA?]]
 
* [[/JPA/BestPractices| What are the best practices for using EclipseLink JPA?]]
 
* [[/JPA#Migrating_to_EclipseLink_JPA | Migrating to EclipseLink JPA]]
 
* [[/JPA#Migrating_to_EclipseLink_JPA | Migrating to EclipseLink JPA]]
Line 58: Line 58:
 
== EclipseLink MOXy ==
 
== EclipseLink MOXy ==
  
* [[/MOXy|What is MOXy Object-XML: JAXB]]
+
* [[/MOXy|What is MOXy Object-XML: JAXB?]]
  
 
== EclipseLink SDO ==
 
== EclipseLink SDO ==
  
* [[/SDO|What are Service Data Objects: SDO]]
+
* [[/SDO|What are Service Data Objects: SDO?]]
  
 
== EclipseLink NoSQL ==
 
== EclipseLink NoSQL ==
Line 72: Line 72:
 
== EclipseLink EIS ==
 
== EclipseLink EIS ==
  
* [[/NoSQL|What is Non-Relational EIS: JCA]]
+
* [[/NoSQL|What is Non-Relational EIS: JCA?]]
  
 
== EclipseLink Database Web Services==
 
== EclipseLink Database Web Services==
  
* [[/DBWS|What is EclipseLink Database Web Services: DBWS]]
+
* [[/DBWS|What is EclipseLink Database Web Services: DBWS?]]
  
 
== EclipseLink Utils ==
 
== EclipseLink Utils ==

Revision as of 14:00, 19 March 2012


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 EclipseLink 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 focused 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 in the EclipseLink Documentation Center for additional information.

EclipseLink JPA, ORM

See the EclipseLink JPA User's Guide in the EclipseLink Documentation Center for more information.

EclipseLink MOXy

EclipseLink SDO

EclipseLink NoSQL

EclipseLink EIS

EclipseLink Database Web Services

EclipseLink Utils

Back to the top