org.hibernate.dialect.resolver
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
SQLException s. |
resolveDialect
protected Dialect resolveDialectInternal(java.sql.DatabaseMetaData metaData) throws java.sql.SQLException
AbstractDialectResolver
SQLException
s.resolveDialectInternal
in class AbstractDialectResolver
metaData
- The database metadatajava.sql.SQLException
- Indicates problems accessing the metadata.Copyright © 2014. All Rights Reserved.