Class PostgreSQL95Dialect

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

    @Deprecated
    public class PostgreSQL95Dialect
    extends PostgreSQLLegacyDialect
    Deprecated.
    use PostgreSQLLegacyDialect(950)
    An SQL dialect for Postgres 9.5 and later. Adds support for SKIP LOCKED.
    • Constructor Detail

      • PostgreSQL95Dialect

        public PostgreSQL95Dialect()
        Deprecated.