Class DialectFactoryTestingImpl

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

    public class DialectFactoryTestingImpl
    extends java.lang.Object
    implements org.hibernate.engine.jdbc.dialect.spi.DialectFactory
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.dialect.Dialect buildDialect​(java.util.Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DialectFactoryTestingImpl

        public DialectFactoryTestingImpl()
      • DialectFactoryTestingImpl

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

      • buildDialect

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