Package org.hibernate.engine.jdbc.dialect.spi
package org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
-
ClassDescriptionIntended as support for custom resolvers which match a single db name (with optional version info).A helper to centralize conversion of
SQLException
s toJDBCException
s.An implementation ofDialectResolutionInfo
that delegates calls to a wrappedDatabaseMetaData
.A factory for generatingDialect
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.