See: Description
| Interface | Description | 
|---|---|
| DialectFactory | 
 A factory for generating Dialect instances. 
 | 
| DialectResolutionInfo | 
 Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect
 to use. 
 | 
| DialectResolutionInfoSource | 
 Contract for the source of DialectResolutionInfo. 
 | 
| DialectResolver | 
 Contract for determining the  
Dialect to use based on information about the database / driver. | 
| Class | Description | 
|---|---|
| BasicDialectResolver | 
 Intended as support for custom resolvers which match a single db name (with optional version info). 
 | 
| BasicSQLExceptionConverter | 
 A helper to centralize conversion of  
SQLExceptions to JDBCExceptions. | 
| DatabaseMetaDataDialectResolutionInfoAdapter | 
 An implementation of DialectResolutionInfo that delegates calls to a wrapped  
DatabaseMetaData. | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.