Uses of Package
org.hibernate.engine.jdbc.dialect.spi
-
Packages that use org.hibernate.engine.jdbc.dialect.spi Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.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.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.spatial.dialect.postgis org.hibernate.testing.boot -
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.dialect Class Description DialectResolutionInfo Exposes 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.internal Class Description DialectFactory A factory for generating Dialect instances.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 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.spi Class Description BasicSQLExceptionConverter A helper to centralize conversion ofSQLException
s toJDBCException
s.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 theDialect
to use based on information about the database / driver. -
Classes in org.hibernate.engine.jdbc.dialect.spi used by org.hibernate.internal Class Description DialectResolver 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.postgis Class Description DialectResolutionInfo Exposes 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.boot Class Description DialectFactory A factory for generating Dialect instances.DialectResolutionInfoSource Contract for the source of DialectResolutionInfo.