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 of DialectResolutionInfo that delegates calls to a wrappedDatabaseMetaData.A 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 theDialectto use based on information about the database / driver.