| Package | Description |
|---|---|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.engine.jdbc.dialect.spi |
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Dialect |
Database.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-2022 Red Hat, Inc. All Rights Reserved.