Class PostgreSQL92Dialect

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

@Deprecated public class PostgreSQL92Dialect extends PostgreSQLLegacyDialect
Deprecated.
use PostgreSQLDialect(920)
An SQL dialect for Postgres 9.2 and later, adds support for JSON data type, and IF EXISTS after ALTER TABLE.
  • Constructor Details

    • PostgreSQL92Dialect

      public PostgreSQL92Dialect()
      Deprecated.