Class PostgreSQL82Dialect

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

@Deprecated public class PostgreSQL82Dialect extends PostgreSQLLegacyDialect
Deprecated.
use PostgreSQLDialect(820)
An SQL dialect for Postgres 8.2 and later, adds support for "if exists" when dropping tables
  • Constructor Details

    • PostgreSQL82Dialect

      public PostgreSQL82Dialect()
      Deprecated.