Uses of Class
org.hibernate.dialect.PostgreSQL82Dialect
-
Packages that use PostgreSQL82Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.postgis -
-
Uses of PostgreSQL82Dialect in org.hibernate.dialect
Subclasses of PostgreSQL82Dialect in org.hibernate.dialect Modifier and Type Class Description class
PostgresPlusDialect
An SQL dialect for Postgres Plusclass
PostgreSQL91Dialect
An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.class
PostgreSQL92Dialect
An SQL dialect for Postgres 9.2 and later, adds support for JSON data typeclass
PostgreSQL93Dialect
An SQL Dialect for PostgreSQL 9.3 and later.class
PostgreSQL94Dialect
An SQL dialect for Postgres 9.4 and later.class
PostgreSQL95Dialect
An SQL dialect for Postgres 9.5 and later.class
PostgreSQL9Dialect
An SQL dialect for Postgres 9 and later.class
PostgreSQLDialect
Deprecated.usePostgreSQL82Dialect
instead -
Uses of PostgreSQL82Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of PostgreSQL82Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description class
PostgisDialect
Deprecated."Use one of the PostgisPGNNDialect classes"class
PostgisNoSQLMM
A Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.x - 1.3)class
PostgisPG82Dialect
Extends thePostgreSQL82Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG91Dialect
Extends thePostgreSQL91Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG92Dialect
Extends thePostgreSQL92Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG93Dialect
Extends thePostgreSQL93Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG94Dialect
Extends thePostgreSQL94Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG95Dialect
Extends thePostgreSQL95Dialect
to add support for the Postgis spatial types, functions and operators .class
PostgisPG9Dialect
* Extends thePostgreSQL9Dialect
to add support for the Postgis spatial types, functions and operators .
-