接口的使用
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
使用DialectResolutionInfo的程序包 程序包 说明 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.dialect中DialectResolutionInfo的使用
参数类型为DialectResolutionInfo的org.hibernate.dialect中的方法 修饰符和类型 方法 说明 abstract DialectDatabase. resolveDialect(DialectResolutionInfo info) -
org.hibernate.engine.jdbc.dialect.internal中DialectResolutionInfo的使用
参数类型为DialectResolutionInfo的org.hibernate.engine.jdbc.dialect.internal中的方法 修饰符和类型 方法 说明 DialectDialectResolverSet. resolveDialect(DialectResolutionInfo info)DialectStandardDialectResolver. resolveDialect(DialectResolutionInfo info) -
org.hibernate.engine.jdbc.dialect.spi中DialectResolutionInfo的使用
实现DialectResolutionInfo的org.hibernate.engine.jdbc.dialect.spi中的类 修饰符和类型 类 说明 classDatabaseMetaDataDialectResolutionInfoAdapterAn implementation of DialectResolutionInfo that delegates calls to a wrappedDatabaseMetaData.返回DialectResolutionInfo的org.hibernate.engine.jdbc.dialect.spi中的方法 修饰符和类型 方法 说明 DialectResolutionInfoDialectResolutionInfoSource. getDialectResolutionInfo()Get the DialectResolutionInfo参数类型为DialectResolutionInfo的org.hibernate.engine.jdbc.dialect.spi中的方法 修饰符和类型 方法 说明 DialectBasicDialectResolver. resolveDialect(DialectResolutionInfo info)DialectDialectResolver. resolveDialect(DialectResolutionInfo info)Determine theDialectto use based on the given information.
-