Class PostgreSQL93Dialect

java.lang.Object
org.hibernate.dialect.Dialect
org.hibernate.community.dialect.PostgreSQLLegacyDialect
org.hibernate.community.dialect.PostgreSQL93Dialect
All Implemented Interfaces:
org.hibernate.boot.model.FunctionContributor, org.hibernate.boot.model.TypeContributor, org.hibernate.exception.spi.ConversionContext

@Deprecated public class PostgreSQL93Dialect extends PostgreSQLLegacyDialect
Deprecated.
use PostgreSQLDialect(810)
An SQL Dialect for PostgreSQL 9.3 and later. Adds support for Materialized view.
  • Constructor Details

    • PostgreSQL93Dialect

      public PostgreSQL93Dialect()
      Deprecated.