Class PostgreSQL94Dialect

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

@Deprecated public class PostgreSQL94Dialect extends PostgreSQLLegacyDialect
Deprecated.
use PostgreSQLDialect(940)
An SQL dialect for Postgres 9.4 and later. Adds support for various date and time functions
  • Constructor Details

    • PostgreSQL94Dialect

      public PostgreSQL94Dialect()
      Deprecated.