Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Packages that use DialectResolutionInfo Package Description org.hibernate.dialect org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building. -
-
Uses of DialectResolutionInfo in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type DialectResolutionInfo Modifier and Type Method Description abstract Dialect
Database. resolveDialect(DialectResolutionInfo info)
-
Uses of DialectResolutionInfo in org.hibernate.engine.jdbc.dialect.spi
Classes in org.hibernate.engine.jdbc.dialect.spi that implement DialectResolutionInfo Modifier and Type Class Description class
DatabaseMetaDataDialectResolutionInfoAdapter
An implementation of DialectResolutionInfo that delegates calls to a wrappedDatabaseMetaData
.Methods in org.hibernate.engine.jdbc.dialect.spi that return DialectResolutionInfo Modifier and Type Method Description DialectResolutionInfo
DialectResolutionInfoSource. getDialectResolutionInfo()
Get the DialectResolutionInfoMethods in org.hibernate.engine.jdbc.dialect.spi with parameters of type DialectResolutionInfo Modifier and Type Method Description Dialect
BasicDialectResolver. resolveDialect(DialectResolutionInfo info)
Dialect
DialectResolver. resolveDialect(DialectResolutionInfo info)
Determine theDialect
to use based on the given information.
-