Mercurial > lada > lada-server
changeset 353:eefa5e465c2c
Use the hibernate spatial postgis dialect to connect to the database.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 04 Sep 2013 10:40:56 +0200 |
parents | 2cb9ee38fd1b |
children | 97aa76c9c2d3 |
files | src/main/resources/META-INF/persistence.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/resources/META-INF/persistence.xml Wed Sep 04 10:40:13 2013 +0200 +++ b/src/main/resources/META-INF/persistence.xml Wed Sep 04 10:40:56 2013 +0200 @@ -11,7 +11,7 @@ <properties> <!-- Properties for Hibernate --> <property name="hibernate.show_sql" value="true" /> - <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/> + <property name="hibernate.dialect" value="org.hibernate.spatial.dialect.postgis.PostgisDialect"/> <property name="hibernate.hbm2ddl.auto" value="none"/> </properties> </persistence-unit>