程序包 org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
-
接口概要 接口 说明 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 theDialectto use based on information about the database / driver. -
类概要 类 说明 BasicDialectResolver Intended as support for custom resolvers which match a single db name (with optional version info).BasicSQLExceptionConverter A helper to centralize conversion ofSQLExceptions toJDBCExceptions.DatabaseMetaDataDialectResolutionInfoAdapter An implementation of DialectResolutionInfo that delegates calls to a wrappedDatabaseMetaData.