Package org.hibernate.testing.boot
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.dialect.Dialect
buildDialect
(Map<String, Object> configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)
-
Constructor Details
-
DialectFactoryTestingImpl
public DialectFactoryTestingImpl() -
DialectFactoryTestingImpl
public DialectFactoryTestingImpl(org.hibernate.dialect.Dialect dialect)
-
-
Method Details