Uses of Interface
org.hibernate.service.jdbc.dialect.spi.DialectFactory

Packages that use DialectFactory
org.hibernate.service.jdbc.dialect.internal   
 

Uses of DialectFactory in org.hibernate.service.jdbc.dialect.internal
 

Classes in org.hibernate.service.jdbc.dialect.internal that implement DialectFactory
 class DialectFactoryImpl
          Standard implementation of the DialectFactory service.
 

Methods in org.hibernate.service.jdbc.dialect.internal that return DialectFactory
 DialectFactory DialectFactoryInitiator.initiateService(Map configurationValues, ServiceRegistryImplementor registry)
           
 

Methods in org.hibernate.service.jdbc.dialect.internal that return types with arguments of type DialectFactory
 Class<DialectFactory> DialectFactoryInitiator.getServiceInitiated()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.