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

Packages that use ServiceInitiator
org.hibernate.cache.internal   
org.hibernate.engine.jdbc.batch.internal   
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.transaction.internal   
org.hibernate.event.service.internal   
org.hibernate.id.factory.internal   
org.hibernate.persister.internal   
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.service.spi   
org.hibernate.stat.internal   
org.hibernate.tool.hbm2ddl The hbm2ddl tool. 
 

Uses of ServiceInitiator in org.hibernate.cache.internal
 

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

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

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

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

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

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

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

Uses of ServiceInitiator in org.hibernate.event.service.internal
 

Classes in org.hibernate.event.service.internal that implement ServiceInitiator
 class EventListenerServiceInitiator
          Service initiator for EventListenerRegistry
 

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

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

Uses of ServiceInitiator in org.hibernate.persister.internal
 

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

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

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

Uses of ServiceInitiator in org.hibernate.service.internal
 

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

Methods in org.hibernate.service.internal with parameters of type ServiceInitiator
protected
<R extends Service>
void
AbstractServiceRegistryImpl.createServiceBinding(ServiceInitiator<R> initiator)
           
<R extends Service>
R
SessionFactoryServiceRegistryImpl.initiateService(ServiceInitiator<R> serviceInitiator)
           
<R extends Service>
R
StandardServiceRegistryImpl.initiateService(ServiceInitiator<R> serviceInitiator)
           
<R extends Service>
R
BootstrapServiceRegistryImpl.initiateService(ServiceInitiator<R> serviceInitiator)
           
 

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

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

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

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

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

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

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

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

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

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

Uses of ServiceInitiator in org.hibernate.service.spi
 

Subinterfaces of ServiceInitiator in org.hibernate.service.spi
 interface BasicServiceInitiator<R extends Service>
          Contract for an initiator of services that target the standard ServiceRegistry
 interface SessionFactoryServiceInitiator<R extends Service>
          Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry
 

Methods in org.hibernate.service.spi that return ServiceInitiator
 ServiceInitiator<R> ServiceBinding.getServiceInitiator()
           
 

Methods in org.hibernate.service.spi with parameters of type ServiceInitiator
<R extends Service>
R
ServiceBinding.ServiceLifecycleOwner.initiateService(ServiceInitiator<R> serviceInitiator)
           
 

Constructors in org.hibernate.service.spi with parameters of type ServiceInitiator
ServiceBinding(ServiceBinding.ServiceLifecycleOwner lifecycleOwner, ServiceInitiator<R> serviceInitiator)
           
 

Uses of ServiceInitiator in org.hibernate.stat.internal
 

Classes in org.hibernate.stat.internal that implement ServiceInitiator
 class StatisticsInitiator
           
 

Uses of ServiceInitiator in org.hibernate.tool.hbm2ddl
 

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



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