public class DialectFactoryTestingImpl extends java.lang.Object implements DialectFactory
Constructor and Description |
---|
DialectFactoryTestingImpl() |
DialectFactoryTestingImpl(Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
Dialect |
buildDialect(java.util.Map configValues,
DialectResolutionInfoSource resolutionInfoSource)
Builds an appropriate Dialect instance.
|
public DialectFactoryTestingImpl()
public DialectFactoryTestingImpl(Dialect dialect)
public Dialect buildDialect(java.util.Map configValues, DialectResolutionInfoSource resolutionInfoSource)
DialectFactory
buildDialect
in interface DialectFactory
configValues
- The configuration properties.resolutionInfoSource
- Access to DialectResolutionInfo used to resolve the Dialect to use if not
explicitly namedCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.