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 | Class and Description |
---|---|
static class |
StandardDatabaseMetaDataDialectResolver.DatabaseInfoImpl
A DatabaseInfo implementation wrapping a JDBC DatabaseMetaData reference
|
Modifier and Type | Method and Description |
---|---|
Dialect |
DatabaseInfoDialectResolverSet.resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo) |
Dialect |
StandardDatabaseInfoDialectResolver.resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo) |
Modifier and Type | Method and Description |
---|---|
Dialect |
DatabaseInfoDialectResolver.resolve(DatabaseInfoDialectResolver.DatabaseInfo databaseInfo)
Determine the
Dialect to use based on the given information. |
Copyright © 2013. All rights reserved.