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
SQLExceptions toJDBCExceptions.An implementation ofDialectResolutionInfothat delegates calls to a wrappedDatabaseMetaData.A factory for generatingDialectinstances.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 theDialectto use based on information about the database / driver.