Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

geolatte-geom-eclipselink

Build Status

Geolatte is a small, focused java GIS project. This library adds converters for persisting and loading Geolatte types using the Eclipselink jpa provider and either sql server or postgres as the database.

NOTE: This was intended to be used for EE6 variant of elipselink. For EE7 and later versions please use the geolatte-geom-jpa project.

Usage

The user should be able to use any of the Geolatte spatial types within a persistent entity. The user then just needs to specify the session event listener. This can be set using a property in the persistent.xml file using a section such as;

<properties>
  <property name="eclipselink.session-event-listener" value="org.realityforge.jeo.geolatte.jpa.eclipselink.GeolatteExtension"/>
</properties>