Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
-
Packages that use DialectResolutionInfoSource Package Description 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.testing.boot -
-
Uses of DialectResolutionInfoSource in org.hibernate.engine.jdbc.dialect.internal
Methods in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolutionInfoSource Modifier and Type Method Description DialectDialectFactoryImpl. 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 DialectResolutionInfoSource Modifier and Type Method Description DialectDialectFactory. 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 DialectResolutionInfoSource Modifier and Type Method Description DialectDialectFactoryTestingImpl. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)
-