Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF/Teneo 1.0.4/EclipseLink Support"

< EMF
(New page: Teneo 1.0.4 provides support for [http://www.eclipse.org/eclipselink/ EclipseLink]. The following sections explain the principal features it includes give advice how they can be used for b...)
 
(Accessing models in databases using the EclipseLink Resource)
Line 8: Line 8:
 
* Schema-driven
 
* Schema-driven
  
== Accessing models in databases using the EclipseLink Resource ==
+
== Accessing Models in Databases using the EclipseLink Resource ==
  
 
Teneo/EclipseLink provides a full implementation of EMF's Resource interface. It can be used to load and save models from or
 
Teneo/EclipseLink provides a full implementation of EMF's Resource interface. It can be used to load and save models from or
  
 
== Building Rich Client Application on top of Teneo and EclipseLink ==
 
== Building Rich Client Application on top of Teneo and EclipseLink ==

Revision as of 04:27, 15 March 2009

Teneo 1.0.4 provides support for EclipseLink. The following sections explain the principal features it includes give advice how they can be used for building model-based applications on top of relational databases.

Creating EclipseLink/JPA Mappings for EMF models

Three possibilities:

  • Model-driven
  • Meet-in-the-middle
  • Schema-driven

Accessing Models in Databases using the EclipseLink Resource

Teneo/EclipseLink provides a full implementation of EMF's Resource interface. It can be used to load and save models from or

Building Rich Client Application on top of Teneo and EclipseLink

Back to the top