使用带有hibernate空间库的eclipse hibernate工具

时间:2015-09-30 07:39:56

标签: eclipse hibernate spatial hibernate-tools hibernate-spatial

有一个能够配置eclipse hibernate工具的HQL工具吗?我尝试使用JPA配置它。我的配置生成所有实体(在配置中可观察)和与数据库的连接但会话工厂返回以下内容 无法确定:org.hibernate.spatial.GeometryType的类型,在表:....

有一种方法可以解决这个问题,可能会添加一些库或配置吗?

我使用的是Postgis DB,配置的主体是:

<properties>    
        <property name="hibernate.show_sql" value="true" />
        <property name="hibernate.hbm2ddl.auto" value="off" />
        <property name="hibernate.dialect" value="org.hibernate.spatial.dialect.postgis.PostgisDialect" />
</properties>

0 个答案:

没有答案