Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
Packages that use DialectResolutionInfoSource
Package
Description
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
-
Uses of DialectResolutionInfoSource in org.hibernate.engine.jdbc.dialect.internal
Methods in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolutionInfoSourceModifier and TypeMethodDescriptionDialectFactoryImpl.buildDialect
(Map<String, Object> configValues, DialectResolutionInfoSource resolutionInfoSource) -
Uses of DialectResolutionInfoSource in org.hibernate.engine.jdbc.dialect.spi
Methods in org.hibernate.engine.jdbc.dialect.spi with parameters of type DialectResolutionInfoSourceModifier and TypeMethodDescriptionDialectFactory.buildDialect
(Map<String, Object> configValues, DialectResolutionInfoSource resolutionInfoSource) Builds an appropriate Dialect instance. -
Uses of DialectResolutionInfoSource in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot with parameters of type DialectResolutionInfoSourceModifier and TypeMethodDescriptionDialectFactoryTestingImpl.buildDialect
(Map<String, Object> configValues, DialectResolutionInfoSource resolutionInfoSource)