public interface DialectFactory extends Service
| Modifier and Type | Method and Description | 
|---|---|
Dialect | 
buildDialect(Map configValues,
            DialectResolutionInfoSource resolutionInfoSource)
Builds an appropriate Dialect instance. 
 | 
Dialect buildDialect(Map configValues, DialectResolutionInfoSource resolutionInfoSource) throws HibernateException
configValues - The configuration properties.resolutionInfoSource - Access to DialectResolutionInfo used to resolve the Dialect to use if not
 explicitly namedHibernateException - No dialect specified and no resolver could make the determination.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.