Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectFactory
-
Packages that use DialectFactory Package Description org.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.testing.boot -
-
Uses of DialectFactory in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement DialectFactory Modifier and Type Class Description classDialectFactoryImplStandard implementation of theDialectFactoryservice.Methods in org.hibernate.engine.jdbc.dialect.internal that return DialectFactory Modifier and Type Method Description DialectFactoryDialectFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Methods in org.hibernate.engine.jdbc.dialect.internal that return types with arguments of type DialectFactory Modifier and Type Method Description Class<DialectFactory>DialectFactoryInitiator. getServiceInitiated() -
Uses of DialectFactory in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement DialectFactory Modifier and Type Class Description classDialectFactoryTestingImpl
-