Uses of Class
org.hibernate.dialect.PostgreSQL9Dialect
-
Packages that use PostgreSQL9Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.postgis -
-
Uses of PostgreSQL9Dialect in org.hibernate.dialect
Subclasses of PostgreSQL9Dialect in org.hibernate.dialect Modifier and Type Class Description classPostgreSQL91DialectAn 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. -
Uses of PostgreSQL9Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of PostgreSQL9Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description 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 .
-