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 |
StandardDialectResolver.resolveDialect(DialectResolutionInfo info) |
Dialect |
DialectResolverSet.resolveDialect(DialectResolutionInfo info) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseMetaDataDialectResolutionInfoAdapter
An implementation of DialectResolutionInfo that delegates calls to a wrapped
DatabaseMetaData . |
Modifier and Type | Method and Description |
---|---|
DialectResolutionInfo |
DialectResolutionInfoSource.getDialectResolutionInfo()
Get the DialectResolutionInfo
|
Modifier and Type | Method and Description |
---|---|
Dialect |
DialectResolver.resolveDialect(DialectResolutionInfo info)
Determine the
Dialect to use based on the given information. |
Dialect |
BasicDialectResolver.resolveDialect(DialectResolutionInfo info) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.