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

(New page: = Eclipse Persistence Services Project (EclipseLink) Features = This page and its sub-pages list all of the features of EclipseLink and their intended usage. EclipseLink delivers function...)
 
(Object-Relational: JPA)
Line 15: Line 15:
  
 
* Object-Relational Mappings with many customizations
 
* Object-Relational Mappings with many customizations
 +
* Object Caching Solution
 
* Multiple Metadata Configuration approaches
 
* Multiple Metadata Configuration approaches
 
* DatabasePlatform controlling database specific functionality
 
* DatabasePlatform controlling database specific functionality
 
* Internal and external DataSource/JDBC connection access  
 
* Internal and external DataSource/JDBC connection access  
* [EclipseLink/Features/ORM Details...]
+
* [EclipseLink/Features/ORM]
  
 
== MOXy: Object-XML/JAXB ==
 
== MOXy: Object-XML/JAXB ==

Revision as of 14:44, 16 August 2007

Eclipse Persistence Services Project (EclipseLink) Features

This page and its sub-pages list all of the features of EclipseLink and their intended usage. EclipseLink delivers functionality for object-relational, object-XML, and EIS using JCA resource adapter. EclipseLink is focussed on delivering support for leading persistence standards and extensions needed for enterprise application development.

Core Functionality

One of the benefits of using the EclipseLink solution is its core infrastructure shared across multiple persistence services. These capabilities include:

  • Common class mapping with customization policies with event callbacks
  • Multiple session types with event callbacks
  • Transaction Framework tracking entity changes using JDBC transactions or JTA

Object-Relational: JPA

  • Object-Relational Mappings with many customizations
  • Object Caching Solution
  • Multiple Metadata Configuration approaches
  • DatabasePlatform controlling database specific functionality
  • Internal and external DataSource/JDBC connection access
  • [EclipseLink/Features/ORM]

MOXy: Object-XML/JAXB

  • JAXB

Service Data Objects (SDO)

Eclipselink

EIS using JCA

Back to the top