Uses of Package
org.hibernate.engine.jdbc.dialect.spi
Packages that use org.hibernate.engine.jdbc.dialect.spi
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.-
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.dialectClassDescriptionExposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.
-
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.engine.jdbc.dialect.internalClassDescriptionA factory for generating Dialect instances.Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.Contract for the source of DialectResolutionInfo.Contract for determining the
Dialectto use based on information about the database / driver. -
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.engine.jdbc.dialect.spiClassDescriptionA helper to centralize conversion of
SQLExceptions toJDBCExceptions.Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.Contract for the source of DialectResolutionInfo.Contract for determining theDialectto use based on information about the database / driver. -
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.internalClassDescriptionContract for determining the
Dialectto use based on information about the database / driver.