| 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 |
DialectResolverSet.resolveDialect(DatabaseMetaData metaData)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Dialect |
DatabaseMetaDataDialectResolver.resolveDialect(DatabaseMetaData metaData)
Determine the
Dialect to use based on the given JDBC DatabaseMetaData. |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.