接口 Service
-
- 所有超级接口:
Serializable
- 所有已知子接口:
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,SessionFactoryServiceRegistryFactory,StatisticsImplementor,StrategySelector,TransactionCoordinatorBuilder
- 所有已知实现类:
AbstractDataSourceBasedMultiTenantConnectionProviderImpl,AbstractJtaPlatform,AbstractMultiTenantConnectionProvider,AbstractRegionFactory,ASTQueryTranslatorFactory,AtomikosJtaPlatform,BasicDialectResolver,BatchBuilderImpl,BitronixJtaPlatform,BorlandEnterpriseServerJtaPlatform,BytecodeProviderImpl,BytecodeProviderImpl,BytecodeProviderImpl,CfgXmlAccessServiceImpl,ClassicQueryTranslatorFactory,ClassLoaderServiceImpl,ConfigurationServiceImpl,DataSourceBasedMultiTenantConnectionProviderImpl,DatasourceConnectionProviderImpl,DefaultIdentifierGeneratorFactory,DialectFactoryImpl,DialectResolverSet,DisabledCaching,DisabledJaccServiceImpl,DisabledJmxServiceImpl,DriverManagerConnectionProviderImpl,EnabledCaching,EventListenerRegistryImpl,HibernateSchemaManagementTool,HikariCPConnectionProvider,IntegratorServiceImpl,JBossAppServerJtaPlatform,JBossStandAloneJtaPlatform,JdbcEnvironmentImpl,JdbcResourceLocalTransactionCoordinatorBuilderImpl,JdbcServicesImpl,JmxServiceImpl,JndiServiceImpl,JOnASJtaPlatform,JOTMJtaPlatform,JRun4JtaPlatform,JtaTransactionCoordinatorBuilderImpl,ManagedBeanRegistryImpl,MultipleLinesSqlCommandExtractor,NativeQueryInterpreterStandardImpl,NoCachingRegionFactory,NoJtaPlatform,OC4JJtaPlatform,OrionJtaPlatform,PersisterFactoryImpl,PropertyAccessStrategyResolverStandardImpl,ProxyFactoryFactoryImpl,ProxyFactoryFactoryImpl,RegionFactoryTemplate,ResinJtaPlatform,SapNetWeaverJtaPlatform,SessionFactoryServiceRegistryFactoryImpl,SingleLineSqlCommandExtractor,StandardDialectResolver,StandardJaccServiceImpl,StandardJtaPlatformResolver,StandardPersisterClassResolver,StandardRefCursorSupport,StatisticsImpl,StrategySelectorImpl,SunOneJtaPlatform,UserSuppliedConnectionProviderImpl,WeblogicJtaPlatform,WebSphereExtendedJtaPlatform,WebSphereJtaPlatform,WebSphereLibertyJtaPlatform,WildFlyStandAloneJtaPlatform
public interface Service extends Serializable
Marker interface for services. NOTE : All services must beSerializable!- 作者:
- Steve Ebersole