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, ORM)
(EclipseLink JPA, ORM)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  
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 [http://www.eclipse.org/newsportal/thread.php?group=eclipse.rt.eclipselink EclipseLink Forum].
+
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 [http://www.eclipse.org/forums/index.php/f/111/ EclipseLink Forum].
  
 
Please add your questions to the most suitable category or create a new category.
 
Please add your questions to the most suitable category or create a new category.
Line 30: Line 30:
 
* [[EclipseLink/Examples/JPA/CacheCoordination|How can caching be used in a application server cluster?]]
 
* [[EclipseLink/Examples/JPA/CacheCoordination|How can caching be used in a application server cluster?]]
  
See [[EclipseLink/UserGuide/JPA/Basic_JPA_Development/Caching|Caching]] in the [[EclipseLink/Documentation Center|EclipseLink Documentation Center]] for additional information.
+
See "Understanding Caching" in the ''Understanding EclipseLink'' (concepts guide) and "Enhancing Performance" in the ''EclipseLink Solutions Guide'', both available in the [http://www.eclipse.org/eclipselink/documentation/ EclipseLink Documentation Center], for additional information.
  
 
== EclipseLink JPA, ORM ==
 
== EclipseLink JPA, ORM ==
  
 
* [[/JPA|What is Object-Relational Persistence: JPA?]]
 
* [[/JPA|What is Object-Relational Persistence: JPA?]]
 +
* [[/JPA#What version of JPA does EclipseLink support?|What version of JPA does EclipseLink support?]]
 +
* [[/JPA#What features beyond JPA does EclipseLink support?|What features beyond JPA does EclipseLink support?]]
 
* [[/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 55: Line 57:
 
* [[/JPA#How to diagnose and resolve hangs and deadlocks?|How to diagnose and resolve hangs and deadlocks?]]
 
* [[/JPA#How to diagnose and resolve hangs and deadlocks?|How to diagnose and resolve hangs and deadlocks?]]
 
* [[/JPA#Do I have to maintain both sides of a bi-directional relationship?|Do I have to maintain both sides of a bi-directional relationship?]]
 
* [[/JPA#Do I have to maintain both sides of a bi-directional relationship?|Do I have to maintain both sides of a bi-directional relationship?]]
 +
* [[/JPA#How to access what changed in an object or transaction?|How to access what changed in an object or transaction?]]
 +
* [[/JPA#How to avoid trimming the trailing spaces on a CHAR field?|How to avoid trimming the trailing spaces on a CHAR field?]]
  
See the [[EclipseLink/UserGuide/JPA|EclipseLink JPA User's Guide]] in the [[EclipseLink/Documentation Center|EclipseLink Documentation Center]] for more information.
+
See the [http://www.eclipse.org/eclipselink/documentation/2.4/jpa/extensions/ EclipseLink JPA Extensions Guide] in the [[EclipseLink/Documentation Center|EclipseLink Documentation Center]] for more information.
  
 
== EclipseLink MOXy ==
 
== EclipseLink MOXy ==

Latest revision as of 09:10, 23 April 2013


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 "Understanding Caching" in the Understanding EclipseLink (concepts guide) and "Enhancing Performance" in the EclipseLink Solutions Guide, both available in the EclipseLink Documentation Center, for additional information.

EclipseLink JPA, ORM

See the EclipseLink JPA Extensions Guide in the EclipseLink Documentation Center for more information.

EclipseLink MOXy

EclipseLink SDO

EclipseLink NoSQL

EclipseLink EIS

EclipseLink Database Web Services

EclipseLink Utils

Copyright © Eclipse Foundation, Inc. All Rights Reserved.