Uses of Class
org.hibernate.dialect.PostgreSQL93Dialect
-
Packages that use PostgreSQL93Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.postgis -
-
Uses of PostgreSQL93Dialect in org.hibernate.dialect
Subclasses of PostgreSQL93Dialect in org.hibernate.dialect Modifier and Type Class Description class
PostgreSQL10Dialect
An SQL dialect for Postgres 10 and later.class
PostgreSQL94Dialect
An SQL dialect for Postgres 9.4 and later.class
PostgreSQL95Dialect
An SQL dialect for Postgres 9.5 and later. -
Uses of PostgreSQL93Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of PostgreSQL93Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description class
PostgisPG10Dialect
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 .
-