| Package | Description | 
|---|---|
| org.hibernate.engine.jdbc.dialect.internal | 
 Internal support for Dialect resolution (from JDBC metadata) and Dialect building. 
 | 
| org.hibernate.engine.jdbc.dialect.spi | 
 Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Dialect | 
DialectFactoryImpl.buildDialect(Map configValues,
            DialectResolutionInfoSource resolutionInfoSource)  | 
| Modifier and Type | Method and Description | 
|---|---|
Dialect | 
DialectFactory.buildDialect(Map configValues,
            DialectResolutionInfoSource resolutionInfoSource)
Builds an appropriate Dialect instance. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.