public class StandardDialectResolver extends AbstractDialectResolver
| Constructor and Description |
|---|
StandardDialectResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected Dialect |
resolveDialectInternal(java.sql.DatabaseMetaData metaData)
Perform the actual resolution without caring about handling
SQLExceptions. |
resolveDialectprotected Dialect resolveDialectInternal(java.sql.DatabaseMetaData metaData) throws java.sql.SQLException
AbstractDialectResolverSQLExceptions.resolveDialectInternal in class AbstractDialectResolvermetaData - The database metadatajava.sql.SQLException - Indicates problems accessing the metadata.Copyright © 2013. All Rights Reserved.