程序包的使用
org.hibernate.engine.jdbc.dialect.spi
-
使用org.hibernate.engine.jdbc.dialect.spi的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.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 mostly implementations of central Hibernate APIs. -
org.hibernate.dialect使用的org.hibernate.engine.jdbc.dialect.spi中的类 类 说明 DialectResolutionInfo Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use. -
org.hibernate.engine.jdbc.dialect.internal使用的org.hibernate.engine.jdbc.dialect.spi中的类 类 说明 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. -
org.hibernate.engine.jdbc.dialect.spi使用的org.hibernate.engine.jdbc.dialect.spi中的类 类 说明 BasicSQLExceptionConverter A helper to centralize conversion ofSQLExceptions toJDBCExceptions.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. -
org.hibernate.internal使用的org.hibernate.engine.jdbc.dialect.spi中的类 类 说明 DialectResolver Contract for determining theDialectto use based on information about the database / driver.