| 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.
|
| org.hibernate.testing.boot |
| Class and Description |
|---|
| DialectResolutionInfo
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect
to use.
|
| Class and Description |
|---|
| BasicSQLExceptionConverter
A helper to centralize conversion of
SQLExceptions to JDBCExceptions. |
| DialectResolutionInfo
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect
to use.
|
| DialectResolutionInfoSource
Contract for the source of DialectResolutionInfo.
|
| DialectResolver
Contract for determining the
Dialect to use based on information about the database / driver. |
| Class and Description |
|---|
| DialectFactory
A factory for generating Dialect instances.
|
| DialectResolutionInfoSource
Contract for the source of DialectResolutionInfo.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.