Class EnhancedDialectFactoryImpl

  • All Implemented Interfaces:
    Serializable, org.hibernate.engine.jdbc.dialect.spi.DialectFactory, org.hibernate.service.Service, org.hibernate.service.spi.ServiceRegistryAwareService

    public class EnhancedDialectFactoryImpl
    extends org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
    See Also:
    Serialized Form
    • Constructor Detail

      • EnhancedDialectFactoryImpl

        public EnhancedDialectFactoryImpl()
    • Method Detail

      • buildDialect

        public org.hibernate.dialect.Dialect buildDialect​(Map configValues,
                                                          org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)
                                                   throws org.hibernate.HibernateException
        Specified by:
        buildDialect in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory
        Overrides:
        buildDialect in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
        Throws:
        org.hibernate.HibernateException