Package | Description |
---|---|
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.spatial.dialect.postgis |
This package contains the spatial extensions for the Postgresql dialect.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQL94Dialect
An SQL dialect for Postgres 9.4 and later.
|
class |
PostgreSQL95Dialect
An SQL dialect for Postgres 9.5 and later.
|
Modifier and Type | Class and Description |
---|---|
class |
PostgisPG93Dialect
Extends the
PostgreSQL93Dialect to add support for the Postgis spatial types, functions and operators . |
class |
PostgisPG94Dialect
Extends the
PostgreSQL94Dialect to add support for the Postgis spatial types, functions and operators . |
class |
PostgisPG95Dialect
Extends the
PostgreSQL95Dialect to add support for the Postgis spatial types, functions and operators . |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.