Package org.hibernate.testing.boot
Class DialectFactoryTestingImpl
- java.lang.Object
-
- org.hibernate.testing.boot.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
-
-
Constructor Summary
Constructors Constructor Description DialectFactoryTestingImpl()
DialectFactoryTestingImpl(org.hibernate.dialect.Dialect dialect)
-
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)
-