public class DialectFactoryTestingImpl extends Object implements DialectFactory
| Constructor and Description | 
|---|
DialectFactoryTestingImpl()  | 
DialectFactoryTestingImpl(Dialect dialect)  | 
| Modifier and Type | Method and Description | 
|---|---|
Dialect | 
buildDialect(Map configValues,
            DialectResolutionInfoSource resolutionInfoSource)
Builds an appropriate Dialect instance. 
 | 
public DialectFactoryTestingImpl()
public DialectFactoryTestingImpl(Dialect dialect)
public Dialect buildDialect(Map configValues, DialectResolutionInfoSource resolutionInfoSource)
DialectFactorybuildDialect in interface DialectFactoryconfigValues - 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.