Uses of Class
org.hibernate.dialect.PostgreSQL81Dialect
-
Packages that use PostgreSQL81Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.postgis -
-
Uses of PostgreSQL81Dialect in org.hibernate.dialect
Subclasses of PostgreSQL81Dialect in org.hibernate.dialect Modifier and Type Class Description classPostgresPlusDialectAn SQL dialect for Postgres PlusclassPostgreSQL10DialectAn SQL dialect for Postgres 10 and later.classPostgreSQL82DialectAn SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tablesclassPostgreSQL91DialectAn SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.classPostgreSQL92DialectAn SQL dialect for Postgres 9.2 and later, adds support for JSON data typeclassPostgreSQL93DialectAn SQL Dialect for PostgreSQL 9.3 and later.classPostgreSQL94DialectAn SQL dialect for Postgres 9.4 and later.classPostgreSQL95DialectAn SQL dialect for Postgres 9.5 and later.classPostgreSQL9DialectAn SQL dialect for Postgres 9 and later.classPostgreSQLDialectDeprecated.usePostgreSQL82Dialectinstead -
Uses of PostgreSQL81Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of PostgreSQL81Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description classPostgisDialectDeprecated."Use one of the PostgisPGNNDialect classes"classPostgisNoSQLMMA Dialect for Postgresql with support for the Postgis spatial types, functions and operators (release 1.x - 1.3)classPostgisPG10DialectclassPostgisPG82DialectExtends thePostgreSQL82Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG91DialectExtends thePostgreSQL91Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG92DialectExtends thePostgreSQL92Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG93DialectExtends thePostgreSQL93Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG94DialectExtends thePostgreSQL94Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG95DialectExtends thePostgreSQL95Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG9Dialect* Extends thePostgreSQL9Dialectto add support for the Postgis spatial types, functions and operators .
-