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.
-
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 ofDialectResolutionInfo
.Contract for determining theDialect
to 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
SQLException
s toJDBCException
s.Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.Contract for the source ofDialectResolutionInfo
.Contract for determining theDialect
to use based on information about the database / driver. -
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.spatial.dialect.postgisClassDescriptionExposes 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.testing.bootClassDescriptionA factory for generating
Dialect
instances.Contract for the source ofDialectResolutionInfo
.