Class PostgreSQL93Dialect

  • All Implemented Interfaces:
    org.hibernate.boot.model.FunctionContributor, org.hibernate.boot.model.TypeContributor, org.hibernate.exception.spi.ConversionContext

    @Deprecated
    public class PostgreSQL93Dialect
    extends PostgreSQLLegacyDialect
    Deprecated.
    use PostgreSQLLegacyDialect(810)
    An SQL Dialect for PostgreSQL 9.3 and later. Adds support for Materialized view.
    • Constructor Detail

      • PostgreSQL93Dialect

        public PostgreSQL93Dialect()
        Deprecated.