Uses of Class
org.hibernate.dialect.PostgreSQL94Dialect
-
Packages that use PostgreSQL94Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.postgis -
-
Uses of PostgreSQL94Dialect in org.hibernate.dialect
Subclasses of PostgreSQL94Dialect in org.hibernate.dialect Modifier and Type Class Description classPostgreSQL10DialectAn SQL dialect for Postgres 10 and later.classPostgreSQL95DialectAn SQL dialect for Postgres 9.5 and later. -
Uses of PostgreSQL94Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of PostgreSQL94Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description classPostgisPG10DialectclassPostgisPG94DialectExtends thePostgreSQL94Dialectto add support for the Postgis spatial types, functions and operators .classPostgisPG95DialectExtends thePostgreSQL95Dialectto add support for the Postgis spatial types, functions and operators .
-