| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Service in org.hibernate.cache.ehcache | 
|---|
| Classes in org.hibernate.cache.ehcache that implement Service | |
|---|---|
|  class | EhCacheRegionFactoryA non-singleton EhCacheRegionFactory implementation. | 
|  class | SingletonEhCacheRegionFactoryA singleton EhCacheRegionFactory implementation. | 
| Uses of Service in org.hibernate.cache.infinispan | 
|---|
| Classes in org.hibernate.cache.infinispan that implement Service | |
|---|---|
|  class | InfinispanRegionFactoryA RegionFactoryfor Infinispan-backed cache
 regions. | 
|  class | JndiInfinispanRegionFactoryA RegionFactoryfor Infinispan-backed cache
 regions that finds its cache manager in JNDI rather than creating one itself. | 
| Uses of Service in org.hibernate.cache.internal | 
|---|
| Classes in org.hibernate.cache.internal that implement Service | |
|---|---|
|  class | NoCachingRegionFactoryFactory used if no caching enabled in config... | 
| Uses of Service in org.hibernate.cache.spi | 
|---|
| Subinterfaces of Service in org.hibernate.cache.spi | |
|---|---|
|  interface | RegionFactoryContract for building second level cache regions. | 
| Uses of Service in org.hibernate.ejb.connection | 
|---|
| Classes in org.hibernate.ejb.connection that implement Service | |
|---|---|
|  class | InjectedDataSourceConnectionProviderA specialization of DatasourceConnectionProviderImplwhich uses theDataSourcespecified viInjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource)rather than locating it from JNDI. | 
| Uses of Service in org.hibernate.engine.jdbc.batch.internal | 
|---|
| Classes in org.hibernate.engine.jdbc.batch.internal that implement Service | |
|---|---|
|  class | BatchBuilderImplA builder for Batchinstances. | 
| Uses of Service in org.hibernate.engine.jdbc.batch.spi | 
|---|
| Subinterfaces of Service in org.hibernate.engine.jdbc.batch.spi | |
|---|---|
|  interface | BatchBuilderA builder for Batchinstances | 
| Uses of Service in org.hibernate.engine.jdbc.internal | 
|---|
| Classes in org.hibernate.engine.jdbc.internal that implement Service | |
|---|---|
|  class | JdbcServicesImplStandard implementation of the JdbcServicescontract | 
| Uses of Service in org.hibernate.engine.jdbc.spi | 
|---|
| Subinterfaces of Service in org.hibernate.engine.jdbc.spi | |
|---|---|
|  interface | JdbcServicesContract for services around JDBC operations. | 
| Uses of Service in org.hibernate.engine.transaction.internal.jdbc | 
|---|
| Classes in org.hibernate.engine.transaction.internal.jdbc that implement Service | |
|---|---|
|  class | JdbcTransactionFactoryFactory for JdbcTransactioninstances. | 
| Uses of Service in org.hibernate.engine.transaction.internal.jta | 
|---|
| Classes in org.hibernate.engine.transaction.internal.jta that implement Service | |
|---|---|
|  class | CMTTransactionFactoryFactory for Container Managed Transaction (CMT) based transaction facades. | 
|  class | JtaTransactionFactoryFactory for JtaTransactioninstances. | 
| Uses of Service in org.hibernate.engine.transaction.spi | 
|---|
| Subinterfaces of Service in org.hibernate.engine.transaction.spi | |
|---|---|
|  interface | TransactionFactory<T extends TransactionImplementor>Contract for transaction creation, as well as providing metadata and contextual information about that creation. | 
| Uses of Service in org.hibernate.event.service.internal | 
|---|
| Classes in org.hibernate.event.service.internal that implement Service | |
|---|---|
|  class | EventListenerRegistryImpl | 
| Uses of Service in org.hibernate.event.service.spi | 
|---|
| Subinterfaces of Service in org.hibernate.event.service.spi | |
|---|---|
|  interface | EventListenerRegistryService for accessing each EventListenerGroupbyEventType, as well as convenience
 methods for managing the listeners registered in eachEventListenerGroup. | 
| Uses of Service in org.hibernate.id.factory.internal | 
|---|
| Classes in org.hibernate.id.factory.internal that implement Service | |
|---|---|
|  class | DefaultIdentifierGeneratorFactoryBasic templated support for IdentifierGeneratorFactoryimplementations. | 
| Uses of Service in org.hibernate.id.factory.spi | 
|---|
| Subinterfaces of Service in org.hibernate.id.factory.spi | |
|---|---|
|  interface | MutableIdentifierGeneratorFactoryLet people register strategies | 
| Uses of Service in org.hibernate.integrator.internal | 
|---|
| Classes in org.hibernate.integrator.internal that implement Service | |
|---|---|
|  class | IntegratorServiceImpl | 
| Uses of Service in org.hibernate.integrator.spi | 
|---|
| Subinterfaces of Service in org.hibernate.integrator.spi | |
|---|---|
|  interface | IntegratorService | 
| Uses of Service in org.hibernate.persister.internal | 
|---|
| Classes in org.hibernate.persister.internal that implement Service | |
|---|---|
|  class | PersisterFactoryImplThe standard Hibernate PersisterFactoryimplementation | 
|  class | StandardPersisterClassResolver | 
| Uses of Service in org.hibernate.persister.spi | 
|---|
| Subinterfaces of Service in org.hibernate.persister.spi | |
|---|---|
|  interface | PersisterClassResolverGiven an entity or collection mapping, resolve the appropriate persister class to use. | 
|  interface | PersisterFactoryContract for creating persister instances (both EntityPersisterandCollectionPersistervarieties). | 
| Uses of Service in org.hibernate.service | 
|---|
| Methods in org.hibernate.service with type parameters of type Service | ||
|---|---|---|
| 
 | ServiceRegistry.getService(Class<R> serviceRole)Retrieve a service by role. | |
| Methods in org.hibernate.service with parameters of type Service | |
|---|---|
|  ServiceRegistryBuilder | ServiceRegistryBuilder.addService(Class serviceRole,
           Service service)Adds a user-provided service | 
| Uses of Service in org.hibernate.service.classloading.internal | 
|---|
| Classes in org.hibernate.service.classloading.internal that implement Service | |
|---|---|
|  class | ClassLoaderServiceImplStandard implementation of the service for interacting with class loaders | 
| Uses of Service in org.hibernate.service.classloading.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.classloading.spi | |
|---|---|
|  interface | ClassLoaderServiceA service for interacting with class loaders | 
| Uses of Service in org.hibernate.service.config.internal | 
|---|
| Classes in org.hibernate.service.config.internal that implement Service | |
|---|---|
|  class | ConfigurationServiceImpl | 
| Uses of Service in org.hibernate.service.config.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.config.spi | |
|---|---|
|  interface | ConfigurationServiceProvides access to the initial user-provided configuration values | 
| Uses of Service in org.hibernate.service.instrumentation.internal | 
|---|
| Classes in org.hibernate.service.instrumentation.internal that implement Service | |
|---|---|
|  class | CachingInstrumentationService | 
| Uses of Service in org.hibernate.service.instrumentation.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.instrumentation.spi | |
|---|---|
|  interface | InstrumentationServiceService caching instrumentation information | 
| Uses of Service in org.hibernate.service.internal | 
|---|
| Classes in org.hibernate.service.internal that implement Service | |
|---|---|
|  class | SessionFactoryServiceRegistryFactoryImplActs as a Servicein theStandardServiceRegistryImplwhose function is as a factory forSessionFactoryServiceRegistryImplimplementations. | 
| Methods in org.hibernate.service.internal with type parameters of type Service | ||
|---|---|---|
| 
 | StandardServiceRegistryImpl.configureService(ServiceBinding<R> serviceBinding) | |
| 
 | SessionFactoryServiceRegistryImpl.configureService(ServiceBinding<R> serviceBinding) | |
| 
 | BootstrapServiceRegistryImpl.configureService(ServiceBinding<R> binding) | |
| protected 
 | AbstractServiceRegistryImpl.createService(ServiceBinding<R> serviceBinding) | |
| protected 
 | AbstractServiceRegistryImpl.createServiceBinding(ProvidedService<R> providedService) | |
| protected 
 | AbstractServiceRegistryImpl.createServiceBinding(ServiceInitiator<R> initiator) | |
| 
 | BootstrapServiceRegistryImpl.getService(Class<R> serviceRole) | |
| 
 | AbstractServiceRegistryImpl.getService(Class<R> serviceRole) | |
| 
 | StandardServiceRegistryImpl.initiateService(ServiceInitiator<R> serviceInitiator) | |
| 
 | SessionFactoryServiceRegistryImpl.initiateService(ServiceInitiator<R> serviceInitiator) | |
| 
 | BootstrapServiceRegistryImpl.initiateService(ServiceInitiator<R> serviceInitiator) | |
| 
 | BootstrapServiceRegistryImpl.injectDependencies(ServiceBinding<R> binding) | |
| 
 | AbstractServiceRegistryImpl.injectDependencies(ServiceBinding<R> serviceBinding) | |
| 
 | BootstrapServiceRegistryImpl.locateServiceBinding(Class<R> serviceRole) | |
| 
 | AbstractServiceRegistryImpl.locateServiceBinding(Class<R> serviceRole) | |
| protected 
 | AbstractServiceRegistryImpl.locateServiceBinding(Class<R> serviceRole,
                     boolean checkParent) | |
| protected 
 | AbstractServiceRegistryImpl.registerService(ServiceBinding<R> serviceBinding,
                R service) | |
| 
 | BootstrapServiceRegistryImpl.startService(ServiceBinding<R> binding) | |
| 
 | AbstractServiceRegistryImpl.startService(ServiceBinding<R> serviceBinding) | |
| 
 | BootstrapServiceRegistryImpl.stopService(ServiceBinding<R> binding) | |
| 
 | AbstractServiceRegistryImpl.stopService(ServiceBinding<R> binding) | |
| Uses of Service in org.hibernate.service.jdbc.connections.internal | 
|---|
| Classes in org.hibernate.service.jdbc.connections.internal that implement Service | |
|---|---|
|  class | C3P0ConnectionProviderA connection provider that uses a C3P0 connection pool. | 
|  class | DatasourceConnectionProviderImplA ConnectionProviderthat manages connections from an underlyingDataSource. | 
|  class | DriverManagerConnectionProviderImplA connection provider that uses the DriverManagerdirectly to open connections and provides
 a very rudimentary connection pool. | 
|  class | ProxoolConnectionProviderA connection provider that uses a Proxool connection pool. | 
|  class | UserSuppliedConnectionProviderImplAn implementation of the ConnectionProviderinterface that simply throws an exception when a connection
 is requested, the assumption being that the application is responsible for handing the connection to use to
 the session | 
| Uses of Service in org.hibernate.service.jdbc.connections.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.jdbc.connections.spi | |
|---|---|
|  interface | ConnectionProviderA contract for obtaining JDBC connections. | 
|  interface | MultiTenantConnectionProvider | 
| Classes in org.hibernate.service.jdbc.connections.spi that implement Service | |
|---|---|
|  class | AbstractMultiTenantConnectionProvider | 
| Uses of Service in org.hibernate.service.jdbc.dialect.internal | 
|---|
| Classes in org.hibernate.service.jdbc.dialect.internal that implement Service | |
|---|---|
|  class | AbstractDialectResolverA templated resolver impl which delegates to the AbstractDialectResolver.resolveDialectInternal(java.sql.DatabaseMetaData)method
 and handles any thrownSQL errors. | 
|  class | BasicDialectResolverIntended as support for custom resolvers. | 
|  class | DialectFactoryImplStandard implementation of the DialectFactoryservice. | 
|  class | DialectResolverSetA DialectResolverimplementation which coordinates resolution by delegating to sub-resolvers. | 
|  class | StandardDialectResolverThe standard Hibernate Dialect resolver. | 
| Uses of Service in org.hibernate.service.jdbc.dialect.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.jdbc.dialect.spi | |
|---|---|
|  interface | DialectFactoryA factory for generating Dialect instances. | 
|  interface | DialectResolverContract for determining the Dialectto use based on a JDBCConnection. | 
| Uses of Service in org.hibernate.service.jmx.internal | 
|---|
| Classes in org.hibernate.service.jmx.internal that implement Service | |
|---|---|
|  class | DisabledJmxServiceImplA no-op version of the JmxService | 
|  class | JmxServiceImplStandard implementation of JMX services | 
| Method parameters in org.hibernate.service.jmx.internal with type arguments of type Service | |
|---|---|
|  void | JmxServiceImpl.registerService(Manageable service,
                Class<? extends Service> serviceRole) | 
| Uses of Service in org.hibernate.service.jmx.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.jmx.spi | |
|---|---|
|  interface | JmxServiceService providing simplified access to JMX related features needed by Hibernate. | 
| Method parameters in org.hibernate.service.jmx.spi with type arguments of type Service | |
|---|---|
|  void | JmxService.registerService(Manageable service,
                Class<? extends Service> serviceRole)Handles registration of a manageable service. | 
| Uses of Service in org.hibernate.service.jndi.internal | 
|---|
| Classes in org.hibernate.service.jndi.internal that implement Service | |
|---|---|
|  class | JndiServiceImplStandard implementation of JNDI services. | 
| Uses of Service in org.hibernate.service.jndi.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.jndi.spi | |
|---|---|
|  interface | JndiServiceService providing simplified access to JNDI related features needed by Hibernate. | 
| Uses of Service in org.hibernate.service.jta.platform.internal | 
|---|
| Classes in org.hibernate.service.jta.platform.internal that implement Service | |
|---|---|
|  class | AbstractJtaPlatform | 
|  class | BitronixJtaPlatform | 
|  class | BorlandEnterpriseServerJtaPlatform | 
|  class | JBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server. | 
|  class | JBossStandAloneJtaPlatformReturn a standalone JTA transaction manager for JBoss Transactions Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA | 
|  class | JOnASJtaPlatformJTA platform implementation for JOnAS | 
|  class | JOTMJtaPlatform | 
|  class | JRun4JtaPlatformJtaPlatformimplementation for JRun4 AS | 
|  class | NoJtaPlatformThe non-configured form of JTA platform. | 
|  class | OC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS. | 
|  class | OrionJtaPlatformJtaPlatformimplementation for Orion | 
|  class | ResinJtaPlatformJtaPlatformimplementation for Resin | 
|  class | SunOneJtaPlatformJtaPlatformimplementation for Sun ONE Application Server 7 and above | 
|  class | TransactionManagerLookupBridge | 
|  class | WeblogicJtaPlatformJtaPlatformimplementation for Weblogic | 
|  class | WebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS). | 
|  class | WebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.0 and 5.1) | 
| Uses of Service in org.hibernate.service.jta.platform.spi | 
|---|
| Subinterfaces of Service in org.hibernate.service.jta.platform.spi | |
|---|---|
|  interface | JtaPlatformDefines how we interact with various JTA services on the given platform/environment. | 
| Uses of Service in org.hibernate.service.spi | 
|---|
| Classes in org.hibernate.service.spi with type parameters of type Service | |
|---|---|
|  interface | BasicServiceInitiator<R extends Service>Contract for an initiator of services that target the standard ServiceRegistry | 
|  class | ServiceBinding<R extends Service>Models a binding for a particular service | 
|  interface | ServiceInitiator<R extends Service>Base contract for an initiator of a service. | 
|  interface | SessionFactoryServiceInitiator<R extends Service>Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry | 
| Subinterfaces of Service in org.hibernate.service.spi | |
|---|---|
|  interface | SessionFactoryServiceRegistryFactoryContract for builder of SessionFactoryServiceRegistryinstances. | 
| Methods in org.hibernate.service.spi with type parameters of type Service | ||
|---|---|---|
| 
 | ServiceBinding.ServiceLifecycleOwner.configureService(ServiceBinding<R> binding) | |
| 
 | ServiceBinding.ServiceLifecycleOwner.initiateService(ServiceInitiator<R> serviceInitiator) | |
| 
 | ServiceBinding.ServiceLifecycleOwner.injectDependencies(ServiceBinding<R> binding) | |
| 
 | ServiceRegistryImplementor.locateServiceBinding(Class<R> serviceRole)Locate the binding for the given role. | |
| 
 | ServiceBinding.ServiceLifecycleOwner.startService(ServiceBinding<R> binding) | |
| 
 | ServiceBinding.ServiceLifecycleOwner.stopService(ServiceBinding<R> binding) | |
| Uses of Service in org.hibernate.stat.internal | 
|---|
| Classes in org.hibernate.stat.internal that implement Service | |
|---|---|
|  class | ConcurrentStatisticsImplImplementation of Statisticsbased on thejava.util.concurrentpackage. | 
| Uses of Service in org.hibernate.stat.spi | 
|---|
| Subinterfaces of Service in org.hibernate.stat.spi | |
|---|---|
|  interface | StatisticsImplementorStatistics SPI for the Hibernate core. | 
| Uses of Service in org.hibernate.test.insertordering | 
|---|
| Classes in org.hibernate.test.insertordering that implement Service | |
|---|---|
| static class | InsertOrderingTest.StatsBatchBuilder | 
| Uses of Service in org.hibernate.test.manytomany.batchload | 
|---|
| Classes in org.hibernate.test.manytomany.batchload that implement Service | |
|---|---|
| static class | BatchedManyToManyTest.TestingBatchBuilder | 
| Uses of Service in org.hibernate.testing.cache | 
|---|
| Classes in org.hibernate.testing.cache that implement Service | |
|---|---|
|  class | CachingRegionFactory | 
| Uses of Service in org.hibernate.tool.hbm2ddl | 
|---|
| Subinterfaces of Service in org.hibernate.tool.hbm2ddl | |
|---|---|
|  interface | ImportSqlCommandExtractorContract for extracting statements from import.sql script. | 
| Classes in org.hibernate.tool.hbm2ddl that implement Service | |
|---|---|
|  class | MultipleLinesSqlCommandExtractorClass responsible for extracting SQL statements from import script. | 
|  class | SingleLineSqlCommandExtractorClass responsible for extracting SQL statements from import script. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||