Class DialectFactoryTestingImpl

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

    public class DialectFactoryTestingImpl
    extends Object
    implements org.hibernate.engine.jdbc.dialect.spi.DialectFactory
    See Also:
    Serialized Form
    • Constructor Detail

      • DialectFactoryTestingImpl

        public DialectFactoryTestingImpl()
      • DialectFactoryTestingImpl

        public DialectFactoryTestingImpl​(org.hibernate.dialect.Dialect dialect)
    • Method Detail

      • buildDialect

        public org.hibernate.dialect.Dialect buildDialect​(Map configValues,
                                                          org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)
        Specified by:
        buildDialect in interface org.hibernate.engine.jdbc.dialect.spi.DialectFactory