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

EclipseLink/Examples/JPA/Where

< EclipseLink‎ | Examples‎ | JPA
Revision as of 09:51, 15 April 2008 by Douglas.clarke.oracle.com (Talk | contribs) (EclipseLink JPA GeoNames Example)

Catnicon.gifThis example is currently under development see Bug 227113

EclipseLink JPA GeoNames Example

This example illustrates the use of EclipseLink JPA against a public domain data-set made available through www.geonames.org which makes its data available under the Creative Commons Attribution 3.0 License. This example is intended to illustrate the use of EclipseLink with a non-trivial amount of data.

Download Example

During development this example is available as a work-in-progress from the EclipseLink SVN. When version 1.0 ships this example will be made available in zip format download.

SVN location for work-in-progress: /svnroot/technology/org.eclipse.persistence/trunk/examples/org.eclipse.persistence.example.jpa.geonames/

Domain Model

The domain model for this example is based on the GeoNames data set.

  • Country
    • AdminDivision
  • TimeZone
  • Language
  • Feature
  • Point

Copyright © Eclipse Foundation, Inc. All Rights Reserved.