Uses of Interface
org.hibernate.service.spi.BasicServiceInitiator

Packages that use BasicServiceInitiator
org.hibernate.cache.internal   
org.hibernate.engine.jdbc.batch.internal   
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.transaction.internal   
org.hibernate.id.factory.internal   
org.hibernate.persister.internal   
org.hibernate.service   
org.hibernate.service.config.internal   
org.hibernate.service.internal   
org.hibernate.service.jdbc.connections.internal   
org.hibernate.service.jdbc.dialect.internal   
org.hibernate.service.jmx.internal   
org.hibernate.service.jndi.internal   
org.hibernate.service.jta.platform.internal   
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

Uses of BasicServiceInitiator in org.hibernate.cache.internal
 

Classes in org.hibernate.cache.internal that implement BasicServiceInitiator
 class RegionFactoryInitiator
          Initiator for the RegionFactory service.
 

Uses of BasicServiceInitiator in org.hibernate.engine.jdbc.batch.internal
 

Classes in org.hibernate.engine.jdbc.batch.internal that implement BasicServiceInitiator
 class BatchBuilderInitiator
          Initiator for the BatchBuilder service
 

Uses of BasicServiceInitiator in org.hibernate.engine.jdbc.internal
 

Classes in org.hibernate.engine.jdbc.internal that implement BasicServiceInitiator
 class JdbcServicesInitiator
          Standard initiator for the standard JdbcServices service
 

Uses of BasicServiceInitiator in org.hibernate.engine.transaction.internal
 

Classes in org.hibernate.engine.transaction.internal that implement BasicServiceInitiator
 class TransactionFactoryInitiator<T extends TransactionImplementor>
          Standard instantiator for the standard TransactionFactory service.
 

Uses of BasicServiceInitiator in org.hibernate.id.factory.internal
 

Classes in org.hibernate.id.factory.internal that implement BasicServiceInitiator
 class MutableIdentifierGeneratorFactoryInitiator
           
 

Uses of BasicServiceInitiator in org.hibernate.persister.internal
 

Classes in org.hibernate.persister.internal that implement BasicServiceInitiator
 class PersisterClassResolverInitiator
           
 class PersisterFactoryInitiator
           
 

Uses of BasicServiceInitiator in org.hibernate.service
 

Fields in org.hibernate.service with type parameters of type BasicServiceInitiator
static List<BasicServiceInitiator> StandardServiceInitiators.LIST
           
 

Methods in org.hibernate.service with parameters of type BasicServiceInitiator
 ServiceRegistryBuilder ServiceRegistryBuilder.addInitiator(BasicServiceInitiator initiator)
          Adds a service initiator.
 

Uses of BasicServiceInitiator in org.hibernate.service.config.internal
 

Classes in org.hibernate.service.config.internal that implement BasicServiceInitiator
 class ConfigurationServiceInitiator
           
 

Uses of BasicServiceInitiator in org.hibernate.service.internal
 

Classes in org.hibernate.service.internal that implement BasicServiceInitiator
 class SessionFactoryServiceRegistryFactoryInitiator
           
 

Constructor parameters in org.hibernate.service.internal with type arguments of type BasicServiceInitiator
StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry, List<BasicServiceInitiator> serviceInitiators, List<ProvidedService> providedServices, Map<?,?> configurationValues)
           
 

Uses of BasicServiceInitiator in org.hibernate.service.jdbc.connections.internal
 

Classes in org.hibernate.service.jdbc.connections.internal that implement BasicServiceInitiator
 class ConnectionProviderInitiator
          Instantiates and configures an appropriate ConnectionProvider.
 class MultiTenantConnectionProviderInitiator
           
 

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

Classes in org.hibernate.service.jdbc.dialect.internal that implement BasicServiceInitiator
 class DialectFactoryInitiator
          Standard initiator for the standard DialectFactory service
 class DialectResolverInitiator
          Standard initiator for the standard DialectResolver service
 

Uses of BasicServiceInitiator in org.hibernate.service.jmx.internal
 

Classes in org.hibernate.service.jmx.internal that implement BasicServiceInitiator
 class JmxServiceInitiator
          Standard initiator for the standard JmxService service
 

Uses of BasicServiceInitiator in org.hibernate.service.jndi.internal
 

Classes in org.hibernate.service.jndi.internal that implement BasicServiceInitiator
 class JndiServiceInitiator
          Standard initiator for the standard JndiService service
 

Uses of BasicServiceInitiator in org.hibernate.service.jta.platform.internal
 

Classes in org.hibernate.service.jta.platform.internal that implement BasicServiceInitiator
 class JtaPlatformInitiator
          Standard initiator for the standard JtaPlatform
 

Uses of BasicServiceInitiator in org.hibernate.tool.hbm2ddl
 

Classes in org.hibernate.tool.hbm2ddl that implement BasicServiceInitiator
 class ImportSqlCommandExtractorInitiator
          Instantiates and configures an appropriate ImportSqlCommandExtractor.
 



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