Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
-
Packages that use DialectResolutionInfoSource Package Description org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building. -
-
Uses of DialectResolutionInfoSource in org.hibernate.engine.jdbc.dialect.spi
Methods in org.hibernate.engine.jdbc.dialect.spi with parameters of type DialectResolutionInfoSource Modifier and Type Method Description DialectDialectFactory. buildDialect(java.util.Map configValues, DialectResolutionInfoSource resolutionInfoSource)Builds an appropriate Dialect instance.
-