Class DB297Dialect

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

@Deprecated public class DB297Dialect extends DB2LegacyDialect
Deprecated.
use DB2Dialect(970)
An SQL dialect for DB2 9.7.
  • Constructor Details

    • DB297Dialect

      public DB297Dialect()
      Deprecated.