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:
- 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.DialectbuildDialect(Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)
-
-
-
Method Detail
-
buildDialect
public org.hibernate.dialect.Dialect buildDialect(Map configValues, org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource resolutionInfoSource)
- Specified by:
buildDialectin interfaceorg.hibernate.engine.jdbc.dialect.spi.DialectFactory
-
-