Package org.hibernate.service
Interface Service
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
BatchBuilder
,BytecodeProvider
,CacheImplementor
,CacheImplementor
,CfgXmlAccessService
,ClassLoaderService
,ConfigurationService
,ConnectionProvider
,DialectFactory
,DialectResolver
,EntityCopyObserverFactory
,EventListenerRegistry
,ImportSqlCommandExtractor
,IntegratorService
,JaccService
,JdbcEnvironment
,JdbcServices
,JmxService
,JndiService
,JtaPlatform
,JtaPlatformResolver
,ManagedBeanRegistry
,MultiTenantConnectionProvider
,MutableIdentifierGeneratorFactory
,NativeQueryInterpreter
,PersisterClassResolver
,PersisterFactory
,PropertyAccessStrategyResolver
,ProxyFactoryFactory
,QueryTranslatorFactory
,RefCursorSupport
,RegionFactory
,RegionFactory
,SchemaManagementTool
,SessionFactoryBuilderService
,SessionFactoryServiceRegistryFactory
,StatisticsImplementor
,StrategySelector
,TransactionCoordinatorBuilder
- All Known Implementing Classes:
AbstractDataSourceBasedMultiTenantConnectionProviderImpl
,org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
,AbstractMultiTenantConnectionProvider
,AbstractRegionFactory
,BasicDialectResolver
,BasicTestingJdbcServiceImpl
,CachingRegionFactory
,org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
,ClassLoaderServiceTestingImpl
,ConnectionProviderDelegate
,DataSourceBasedMultiTenantConnectionProviderImpl
,DialectFactoryTestingImpl
,org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
,ExtraJavaServicesClassLoaderService
,JtaAwareConnectionProviderImpl
,MultipleLinesSqlCommandExtractor
,OSGiClassLoaderServiceImpl
,OsgiJtaPlatform
,RegionFactoryTemplate
,SharedDriverManagerConnectionProviderImpl
,SingleLineSqlCommandExtractor
,SpatialService
,SQLServerSnapshotIsolationConnectionProvider
,TestingJtaPlatformImpl
public interface Service extends java.io.Serializable
Marker interface for services. NOTE : All services must beSerializable
!