Class PostgreSQL91Dialect

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

@Deprecated public class PostgreSQL91Dialect extends PostgreSQLLegacyDialect
Deprecated.
use PostgreSQLDialect(910)
An SQL dialect for Postgres 9.1 and later, adds support for PARTITION BY as a keyword.
  • Constructor Details

    • PostgreSQL91Dialect

      public PostgreSQL91Dialect()
      Deprecated.