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"

(Redirecting to Category:EclipseLink FAQ)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[Category:EclipseLink_FAQ]]
 
+
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.technology.eclipselink|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 focussed on what the Eclipse Persistence Services (EclipseLink) project is, what the various persistence services are as well as general questions about the project.
+
 
+
[[EclipseLink/FAQ/General | Complete list of general questions and their answers]]
+
 
+
* [[EclipseLink/FAQ/General#What_is_EclipseLink.3F | What is the Eclipse Persistence Services Project (EclipseLink)?]]
+
* [[EclipseLink/FAQ/General#What_is_the_relationship_between_EclipseLink_and_the_Oracle_TopLink_product.3F | What is the relationship between EclipseLink and the Oracle TopLink product?]]
+
* [[EclipseLink/FAQ/General#What_are_the_components_of_EclipseLink.3F | What are the components of EclipseLink?]]
+
* [[EclipseLink/FAQ/General#Where can I download EclipseLink? | Where can I download EclipseLink?]]
+
* [[EclipseLink/FAQ/General#How do I get started using EclipseLink? | How do I get started using EclipseLink?]]
+
** [[EclipseLink/FAQ/General#Where can I find documentation on EclipseLink? | Where can I find documentation on EclipseLink?]]
+
** [[EclipseLink/FAQ/General#Where can I find examples of how to use EclipseLink? | Where can I find examples of how to use EclipseLink?]]
+
 
+
== 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 [[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.
+
 
+
== EclipseLink JPA, ORM ==
+
 
+
* [[/JPA|What is Object-Relational Persistence: JPA]]
+
* [[/JPA/BestPractices| What are the best practices for using EclipseLink JPA?]]
+
* [[/JPA#Migrating_to_EclipseLink_JPA | Migrating to EclipseLink JPA]]
+
** [[/JPA#How_do_I_migrate_from_using_Oracle_TopLink_to_EclipseLink.3F | How do I migrate from using Oracle TopLink to EclipseLink?]]
+
** [[/JPA#How_do_I_migrate_from_using_TopLink_Essentials_to_EclipseLink.3F | How do I migrate from using TopLink Essentials to EclipseLink]]
+
** [[/JPA#How_do_I_migrate_from_another_JPA_provider_to_EclipseLink.3F | How do I migrate from another JPA provider to EclipseLink?]]
+
* [[/JPA#What_databases_are_supported.3F | What databases are supported?]]
+
* [[/JPA#How is EclipseLink integrated with the Oracle database?|How is EclipseLink integrated with the Oracle database?]]
+
 
+
See [[EclipseLink/UserGuide/Developing JPA Projects (ELUG)|Developing JPA Projects]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
+
 
+
== EclipseLink MOXy ==
+
 
+
* [[/WhatIsMOXy|What is MOXy Object-XML: JAXB]]
+
* Why [http://wiki.eclipse.org/Creating_an_XML_Project_(ELUG)#Creating_an_XML_Project_from_an_XML_Schema  Creating an XML Project from an XML Schema] features don't exist and don't work nor in my downloaded Workbench either in command line?
+
 
+
== EclipseLink SDO ==
+
 
+
* [[/WhatIsSDO|What are Service Data Objects: SDO]]
+
 
+
== EclipseLink EIS ==
+
 
+
* [[/WhatIsEIS|What is Non-Relational EIS: JCA]]
+
 
+
<br>
+
See [[EclipseLink/UserGuide/Developing EIS Projects (ELUG)|Developing EIS Projects]] in the [[EclipseLink/UserGuide|EclipseLink User's Guide]] for more information.
+
 
+
== EclipseLink Database Web Services==
+
 
+
* [[/WhatIsDBWS|What is EclipseLink Database Web Services: DBWS]]
+
 
+
== EclipseLink Utils ==
+
 
+
* [[/WhatIsUtils | What is the EclipseLink Utils component?]]
+
* [[/WhatIsWorkbench | What is the Workbench?]]
+
* [[/MigrationSupportedProductsVersions| What products and versions does the migration utility support?]]
+
 
+
[[Category:EclipseLink FAQ|FAQ]]
+

Revision as of 12:17, 4 August 2009

Back to the top