Note from the Geomajas team: When working with databases, it is recommended to always use this plug-in!
This plug-in provides a vector layer implementation that makes use of Hibernate Spatial, which is a GIS extension of the Hibernate Object Relational Mapping (ORM) technology.
This plug-in is essential in streamlining Geomajas with the familiar domain modelling practices of mainstream Java programmers. Using this layer, it is possible to define complex attribute relations, including many-to-one and one-to-many associations.
Supported databases:
PostGIS
Oracle Spatial
Microsoft SQL Server
MySQL
As with all ORM technologies, in Hibernate, you declare Java POJO objects and map them to the underlying database. These mappings can be defined with annotations (java 1.5).
When using this module to define a new layer, simply use the java class of the POJO objects in the XML configuration. Names of the