Uses of Class
org.hibernate.dialect.PostgreSQL95Dialect
-
Packages that use PostgreSQL95Dialect Package Description org.hibernate.dialect org.hibernate.spatial.dialect.postgis -
-
Uses of PostgreSQL95Dialect in org.hibernate.dialect
Subclasses of PostgreSQL95Dialect in org.hibernate.dialect Modifier and Type Class Description class
PostgreSQL10Dialect
An SQL dialect for Postgres 10 and later. -
Uses of PostgreSQL95Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of PostgreSQL95Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description class
PostgisPG10Dialect
class
PostgisPG95Dialect
Extends thePostgreSQL95Dialect
to add support for the Postgis spatial types, functions and operators .
-