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 class
PostgreSQL10Dialect
An SQL dialect for Postgres 10 and later.class
PostgreSQL95Dialect
An 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 class
PostgisPG10Dialect
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 .
-