Class PostgreSQL9Dialect

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

@Deprecated public class PostgreSQL9Dialect extends PostgreSQLLegacyDialect
Deprecated.
use PostgreSQLDialect(900)
An SQL dialect for Postgres 9 and later. Adds support for "if exists" when dropping constraints
  • Constructor Details

    • PostgreSQL9Dialect

      public PostgreSQL9Dialect()
      Deprecated.