Class DialectFactoryTestingImpl

java.lang.Object
org.hibernate.testing.boot.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:
  • Constructor Details

    • DialectFactoryTestingImpl

      public DialectFactoryTestingImpl()
    • DialectFactoryTestingImpl

      public DialectFactoryTestingImpl(org.hibernate.dialect.Dialect dialect)
  • Method Details

    • buildDialect

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