Class SQLServer2005Dialect

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

    @Deprecated
    public class SQLServer2005Dialect
    extends SQLServerLegacyDialect
    Deprecated.
    use SQLServerLegacyDialect(9)
    A dialect for Microsoft SQL Server 2005.
    • Constructor Detail

      • SQLServer2005Dialect

        public SQLServer2005Dialect()
        Deprecated.