Class Oracle10gDialect

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

    @Deprecated
    public class Oracle10gDialect
    extends OracleLegacyDialect
    Deprecated.
    use OracleLegacyDialect(10)
    A dialect specifically for use with Oracle 10g.

    The main difference between this dialect and Oracle9iDialect is the use of "ANSI join syntax".

    • Constructor Detail

      • Oracle10gDialect

        public Oracle10gDialect()
        Deprecated.