接口的使用
org.hibernate.service.Service
-
-
org.hibernate.boot.cfgxml.internal中Service的使用
实现Service的org.hibernate.boot.cfgxml.internal中的类 修饰符和类型 类 说明 classCfgXmlAccessServiceImpl -
org.hibernate.boot.cfgxml.spi中Service的使用
org.hibernate.boot.cfgxml.spi中Service的子接口 修饰符和类型 接口 说明 interfaceCfgXmlAccessServiceAllows access to anycfg.xmlfiles specified for bootstrapping. -
org.hibernate.boot.registry中Service的使用
类型参数类型为Service的org.hibernate.boot.registry中的类 修饰符和类型 接口 说明 interfaceStandardServiceInitiator<R extends Service>Contract for an initiator of services that target the standardServiceRegistry.参数类型为Service的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 StandardServiceRegistryBuilderStandardServiceRegistryBuilder. addService(Class serviceRole, Service service)Adds a user-provided service. -
org.hibernate.boot.registry.classloading.internal中Service的使用
实现Service的org.hibernate.boot.registry.classloading.internal中的类 修饰符和类型 类 说明 classClassLoaderServiceImplStandard implementation of the service for interacting with class loaders -
org.hibernate.boot.registry.classloading.spi中Service的使用
org.hibernate.boot.registry.classloading.spi中Service的子接口 修饰符和类型 接口 说明 interfaceClassLoaderServiceA service for interacting with class loaders. -
org.hibernate.boot.registry.internal中Service的使用
类型参数类型为Service的org.hibernate.boot.registry.internal中的方法 修饰符和类型 方法 说明 <R extends Service>
voidBootstrapServiceRegistryImpl. configureService(ServiceBinding<R> binding)<R extends Service>
voidStandardServiceRegistryImpl. configureService(ServiceBinding<R> serviceBinding)<R extends Service>
RBootstrapServiceRegistryImpl. getService(Class<R> serviceRole)<R extends Service>
RBootstrapServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
RStandardServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
voidBootstrapServiceRegistryImpl. injectDependencies(ServiceBinding<R> binding)<R extends Service>
ServiceBinding<R>BootstrapServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole)<R extends Service>
voidBootstrapServiceRegistryImpl. startService(ServiceBinding<R> binding)<R extends Service>
voidBootstrapServiceRegistryImpl. stopService(ServiceBinding<R> binding) -
org.hibernate.boot.registry.selector.internal中Service的使用
实现Service的org.hibernate.boot.registry.selector.internal中的类 修饰符和类型 类 说明 classStrategySelectorImplStandard implementation of the StrategySelector contract. -
org.hibernate.boot.registry.selector.spi中Service的使用
org.hibernate.boot.registry.selector.spi中Service的子接口 修饰符和类型 接口 说明 interfaceStrategySelectorService which acts as a registry for named strategy implementations. -
org.hibernate.bytecode.internal.bytebuddy中Service的使用
实现Service的org.hibernate.bytecode.internal.bytebuddy中的类 修饰符和类型 类 说明 classBytecodeProviderImplclassProxyFactoryFactoryImpl -
org.hibernate.bytecode.internal.javassist中Service的使用
实现Service的org.hibernate.bytecode.internal.javassist中的类 修饰符和类型 类 说明 classBytecodeProviderImplBytecode provider implementation for Javassist.classProxyFactoryFactoryImplA factory for Javassist-basedProxyFactoryinstances. -
org.hibernate.bytecode.internal.none中Service的使用
实现Service的org.hibernate.bytecode.internal.none中的类 修饰符和类型 类 说明 classBytecodeProviderImplThis BytecodeProvider represents the "no-op" enhancer; mostly useful as an optimisation when not needing any byte code optimisation applied, for example when the entities have been enhanced at compile time. -
org.hibernate.bytecode.spi中Service的使用
org.hibernate.bytecode.spi中Service的子接口 修饰符和类型 接口 说明 interfaceBytecodeProviderContract for providers of bytecode services to Hibernate.interfaceProxyFactoryFactoryAn interface for factories ofproxy factoryinstances. -
org.hibernate.cache中Service的使用
org.hibernate.cache中Service的子接口 修饰符和类型 接口 说明 interfaceRegionFactory已过时。Moved, but still need this definition for ehcache -
org.hibernate.cache.internal中Service的使用
实现Service的org.hibernate.cache.internal中的类 修饰符和类型 类 说明 classDisabledCachingCacheImplementor implementation for disabled cachingclassEnabledCachingclassNoCachingRegionFactoryFactory used if no caching enabled in config... -
org.hibernate.cache.spi中Service的使用
org.hibernate.cache.spi中Service的子接口 修饰符和类型 接口 说明 interfaceCacheImplementorSPI contract for Hibernate's second-level cache engineinterfaceRegionFactoryContract for building second level cache regions.实现Service的org.hibernate.cache.spi中的类 修饰符和类型 类 说明 classAbstractRegionFactory -
org.hibernate.cache.spi.support中Service的使用
实现Service的org.hibernate.cache.spi.support中的类 修饰符和类型 类 说明 classRegionFactoryTemplate -
org.hibernate.engine.config.internal中Service的使用
实现Service的org.hibernate.engine.config.internal中的类 修饰符和类型 类 说明 classConfigurationServiceImplThe standard ConfigurationService implementation -
org.hibernate.engine.config.spi中Service的使用
org.hibernate.engine.config.spi中Service的子接口 修饰符和类型 接口 说明 interfaceConfigurationServiceProvides access to the initial user-provided configuration values. -
org.hibernate.engine.jdbc.batch.internal中Service的使用
实现Service的org.hibernate.engine.jdbc.batch.internal中的类 修饰符和类型 类 说明 classBatchBuilderImplA builder forBatchinstances. -
org.hibernate.engine.jdbc.batch.spi中Service的使用
org.hibernate.engine.jdbc.batch.spi中Service的子接口 修饰符和类型 接口 说明 interfaceBatchBuilderA builder forBatchinstances -
org.hibernate.engine.jdbc.connections.internal中Service的使用
实现Service的org.hibernate.engine.jdbc.connections.internal中的类 修饰符和类型 类 说明 classDatasourceConnectionProviderImplAConnectionProviderthat manages connections from an underlyingDataSource.classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool.classUserSuppliedConnectionProviderImplAn implementation of theConnectionProviderinterface 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 -
org.hibernate.engine.jdbc.connections.spi中Service的使用
org.hibernate.engine.jdbc.connections.spi中Service的子接口 修饰符和类型 接口 说明 interfaceConnectionProviderA contract for obtaining JDBC connections.interfaceMultiTenantConnectionProviderA specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.实现Service的org.hibernate.engine.jdbc.connections.spi中的类 修饰符和类型 类 说明 classAbstractDataSourceBasedMultiTenantConnectionProviderImplBasic support for implementations ofMultiTenantConnectionProviderbased on DataSources.classAbstractMultiTenantConnectionProviderBasic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.classDataSourceBasedMultiTenantConnectionProviderImplA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions. -
org.hibernate.engine.jdbc.cursor.internal中Service的使用
实现Service的org.hibernate.engine.jdbc.cursor.internal中的类 修饰符和类型 类 说明 classStandardRefCursorSupportStandard implementation of RefCursorSupport -
org.hibernate.engine.jdbc.cursor.spi中Service的使用
org.hibernate.engine.jdbc.cursor.spi中Service的子接口 修饰符和类型 接口 说明 interfaceRefCursorSupportContract for JDBC REF_CURSOR support. -
org.hibernate.engine.jdbc.dialect.internal中Service的使用
实现Service的org.hibernate.engine.jdbc.dialect.internal中的类 修饰符和类型 类 说明 classDialectFactoryImplStandard implementation of theDialectFactoryservice.classDialectResolverSetADialectResolverimplementation which coordinates resolution by delegating to sub-resolvers.classStandardDialectResolverThe standard DialectResolver implementation -
org.hibernate.engine.jdbc.dialect.spi中Service的使用
org.hibernate.engine.jdbc.dialect.spi中Service的子接口 修饰符和类型 接口 说明 interfaceDialectFactoryA factory for generating Dialect instances.interfaceDialectResolverContract for determining theDialectto use based on information about the database / driver.实现Service的org.hibernate.engine.jdbc.dialect.spi中的类 修饰符和类型 类 说明 classBasicDialectResolverIntended as support for custom resolvers which match a single db name (with optional version info). -
org.hibernate.engine.jdbc.env.internal中Service的使用
实现Service的org.hibernate.engine.jdbc.env.internal中的类 修饰符和类型 类 说明 classJdbcEnvironmentImpl -
org.hibernate.engine.jdbc.env.spi中Service的使用
org.hibernate.engine.jdbc.env.spi中Service的子接口 修饰符和类型 接口 说明 interfaceJdbcEnvironmentInitial look at this concept we keep talking about with merging information fromDatabaseMetaDataandDialect -
org.hibernate.engine.jdbc.internal中Service的使用
实现Service的org.hibernate.engine.jdbc.internal中的类 修饰符和类型 类 说明 classJdbcServicesImplStandard implementation of theJdbcServicescontract -
org.hibernate.engine.jdbc.spi中Service的使用
org.hibernate.engine.jdbc.spi中Service的子接口 修饰符和类型 接口 说明 interfaceJdbcServicesContract for services around JDBC operations. -
org.hibernate.engine.jndi.internal中Service的使用
实现Service的org.hibernate.engine.jndi.internal中的类 修饰符和类型 类 说明 classJndiServiceImplStandard implementation of JNDI services. -
org.hibernate.engine.jndi.spi中Service的使用
org.hibernate.engine.jndi.spi中Service的子接口 修饰符和类型 接口 说明 interfaceJndiServiceService providing simplified access to JNDI related features needed by Hibernate. -
org.hibernate.engine.query.internal中Service的使用
实现Service的org.hibernate.engine.query.internal中的类 修饰符和类型 类 说明 classNativeQueryInterpreterStandardImpl -
org.hibernate.engine.query.spi中Service的使用
org.hibernate.engine.query.spi中Service的子接口 修饰符和类型 接口 说明 interfaceNativeQueryInterpreterService contract for dealing with native queries. -
org.hibernate.engine.spi中Service的使用
org.hibernate.engine.spi中Service的子接口 修饰符和类型 接口 说明 interfaceCacheImplementor已过时。Moved toCacheImplementor -
org.hibernate.engine.transaction.jta.platform.internal中Service的使用
实现Service的org.hibernate.engine.transaction.jta.platform.internal中的类 修饰符和类型 类 说明 classAbstractJtaPlatformclassAtomikosJtaPlatformclassBitronixJtaPlatformclassBorlandEnterpriseServerJtaPlatformclassJBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server.classJBossStandAloneJtaPlatformReturn a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+classJOnASJtaPlatformJTA platform implementation for JOnASclassJOTMJtaPlatformclassJRun4JtaPlatformJtaPlatformimplementation for JRun4 ASclassNoJtaPlatformThe non-configured form of JTA platform.classOC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS.classOrionJtaPlatformJtaPlatformimplementation for OrionclassResinJtaPlatformJtaPlatformimplementation for ResinclassSapNetWeaverJtaPlatformJtaPlatformimplementation for SAP NetWeaverclassStandardJtaPlatformResolverclassSunOneJtaPlatformJtaPlatformimplementation for Sun ONE Application Server 7 and aboveclassWeblogicJtaPlatformJtaPlatformimplementation for WeblogicclassWebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS).classWebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)classWebSphereLibertyJtaPlatformJTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclassWildFlyStandAloneJtaPlatformReturn a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+ -
org.hibernate.engine.transaction.jta.platform.spi中Service的使用
org.hibernate.engine.transaction.jta.platform.spi中Service的子接口 修饰符和类型 接口 说明 interfaceJtaPlatformDefines how we interact with various JTA services on the given platform/environment.interfaceJtaPlatformResolverService for defining how to resolve or determine theJtaPlatformto use in configurations where the user did not explicitly specify one. -
org.hibernate.event.service.internal中Service的使用
实现Service的org.hibernate.event.service.internal中的类 修饰符和类型 类 说明 classEventListenerRegistryImpl -
org.hibernate.event.service.spi中Service的使用
org.hibernate.event.service.spi中Service的子接口 修饰符和类型 接口 说明 interfaceEventListenerRegistryService for accessing eachEventListenerGroupbyEventType, as well as convenience methods for managing the listeners registered in eachEventListenerGroup. -
org.hibernate.event.spi中Service的使用
org.hibernate.event.spi中Service的子接口 修饰符和类型 接口 说明 interfaceEntityCopyObserverFactory -
org.hibernate.hikaricp.internal中Service的使用
实现Service的org.hibernate.hikaricp.internal中的类 修饰符和类型 类 说明 classHikariCPConnectionProviderHikariCP Connection provider for Hibernate. -
org.hibernate.hql.internal.ast中Service的使用
实现Service的org.hibernate.hql.internal.ast中的类 修饰符和类型 类 说明 classASTQueryTranslatorFactoryGenerates translators which uses the Antlr-based parser to perform the translation. -
org.hibernate.hql.internal.classic中Service的使用
实现Service的org.hibernate.hql.internal.classic中的类 修饰符和类型 类 说明 classClassicQueryTranslatorFactoryGenerates translators which uses the older hand-written parser to perform the translation. -
org.hibernate.hql.spi中Service的使用
org.hibernate.hql.spi中Service的子接口 修饰符和类型 接口 说明 interfaceQueryTranslatorFactoryFacade for generation ofQueryTranslatorandFilterTranslatorinstances. -
org.hibernate.id.factory.internal中Service的使用
实现Service的org.hibernate.id.factory.internal中的类 修饰符和类型 类 说明 classDefaultIdentifierGeneratorFactoryBasic templated support forIdentifierGeneratorFactoryimplementations. -
org.hibernate.id.factory.spi中Service的使用
org.hibernate.id.factory.spi中Service的子接口 修饰符和类型 接口 说明 interfaceMutableIdentifierGeneratorFactoryLet people register strategies -
org.hibernate.integrator.internal中Service的使用
实现Service的org.hibernate.integrator.internal中的类 修饰符和类型 类 说明 classIntegratorServiceImpl -
org.hibernate.integrator.spi中Service的使用
org.hibernate.integrator.spi中Service的子接口 修饰符和类型 接口 说明 interfaceIntegratorService -
org.hibernate.jmx.internal中Service的使用
实现Service的org.hibernate.jmx.internal中的类 修饰符和类型 类 说明 classDisabledJmxServiceImplA no-op version of theJmxServiceclassJmxServiceImplStandard implementation of JMX services类型变量类型为Service的org.hibernate.jmx.internal中的方法参数 修饰符和类型 方法 说明 voidJmxServiceImpl. registerService(Manageable service, Class<? extends Service> serviceRole) -
org.hibernate.jmx.spi中Service的使用
org.hibernate.jmx.spi中Service的子接口 修饰符和类型 接口 说明 interfaceJmxServiceService providing simplified access to JMX related features needed by Hibernate.类型变量类型为Service的org.hibernate.jmx.spi中的方法参数 修饰符和类型 方法 说明 voidJmxService. registerService(Manageable service, Class<? extends Service> serviceRole)Handles registration of a manageable service. -
org.hibernate.persister.internal中Service的使用
实现Service的org.hibernate.persister.internal中的类 修饰符和类型 类 说明 classPersisterFactoryImplThe standard HibernatePersisterFactoryimplementationclassStandardPersisterClassResolver -
org.hibernate.persister.spi中Service的使用
org.hibernate.persister.spi中Service的子接口 修饰符和类型 接口 说明 interfacePersisterClassResolverGiven an entity or collection mapping, resolve the appropriate persister class to use.interfacePersisterFactoryContract for creating persister instances (bothEntityPersisterandCollectionPersistervarieties). -
org.hibernate.property.access.internal中Service的使用
实现Service的org.hibernate.property.access.internal中的类 修饰符和类型 类 说明 classPropertyAccessStrategyResolverStandardImplStandard implementation of PropertyAccessStrategyResolver -
org.hibernate.property.access.spi中Service的使用
org.hibernate.property.access.spi中Service的子接口 修饰符和类型 接口 说明 interfacePropertyAccessStrategyResolverContract for resolving the PropertyAccessStrategy to use. -
org.hibernate.resource.beans.internal中Service的使用
实现Service的org.hibernate.resource.beans.internal中的类 修饰符和类型 类 说明 classManagedBeanRegistryImplAbstract support (template pattern) for ManagedBeanRegistry implementations -
org.hibernate.resource.beans.spi中Service的使用
org.hibernate.resource.beans.spi中Service的子接口 修饰符和类型 接口 说明 interfaceManagedBeanRegistryA registry for ManagedBean instances. -
org.hibernate.resource.transaction.backend.jdbc.internal中Service的使用
实现Service的org.hibernate.resource.transaction.backend.jdbc.internal中的类 修饰符和类型 类 说明 classJdbcResourceLocalTransactionCoordinatorBuilderImplConcrete builder for resource-local TransactionCoordinator instances. -
org.hibernate.resource.transaction.backend.jta.internal中Service的使用
实现Service的org.hibernate.resource.transaction.backend.jta.internal中的类 修饰符和类型 类 说明 classJtaTransactionCoordinatorBuilderImplConcrete builder for JTA-based TransactionCoordinator instances. -
org.hibernate.resource.transaction.spi中Service的使用
org.hibernate.resource.transaction.spi中Service的子接口 修饰符和类型 接口 说明 interfaceTransactionCoordinatorBuilderBuilder for TransactionCoordinator instances -
org.hibernate.secure.internal中Service的使用
实现Service的org.hibernate.secure.internal中的类 修饰符和类型 类 说明 classDisabledJaccServiceImplclassStandardJaccServiceImpl -
org.hibernate.secure.spi中Service的使用
org.hibernate.secure.spi中Service的子接口 修饰符和类型 接口 说明 interfaceJaccServiceService describing Hibernate integration with JACC for security service. -
org.hibernate.service中Service的使用
类型参数类型为Service的org.hibernate.service中的方法 修饰符和类型 方法 说明 <R extends Service>
RServiceRegistry. getService(Class<R> serviceRole)Retrieve a service by role.default <R extends Service>
RServiceRegistry. requireService(Class<R> serviceRole)Retrieve a service by role. -
org.hibernate.service.internal中Service的使用
实现Service的org.hibernate.service.internal中的类 修饰符和类型 类 说明 classSessionFactoryServiceRegistryFactoryImplActs as a service in theStandardServiceRegistryImplwhose function is to act as a factory forSessionFactoryServiceRegistryImplimplementations.类型参数类型为Service的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 <R extends Service>
voidSessionFactoryServiceRegistryImpl. configureService(ServiceBinding<R> serviceBinding)protected <R extends Service>
RAbstractServiceRegistryImpl. createService(ServiceBinding<R> serviceBinding)protected <R extends Service>
voidAbstractServiceRegistryImpl. createServiceBinding(ProvidedService<R> providedService)protected <R extends Service>
voidAbstractServiceRegistryImpl. createServiceBinding(ServiceInitiator<R> initiator)<R extends Service>
RAbstractServiceRegistryImpl. getService(Class<R> serviceRole)<R extends Service>
RSessionFactoryServiceRegistryImpl. getService(Class<R> serviceRole)<R extends Service>
RSessionFactoryServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
voidAbstractServiceRegistryImpl. injectDependencies(ServiceBinding<R> serviceBinding)<R extends Service>
ServiceBinding<R>AbstractServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole)protected <R extends Service>
ServiceBinding<R>AbstractServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole, boolean checkParent)protected <R extends Service>
voidAbstractServiceRegistryImpl. registerService(ServiceBinding<R> serviceBinding, R service)<R extends Service>
voidAbstractServiceRegistryImpl. startService(ServiceBinding<R> serviceBinding)<R extends Service>
voidAbstractServiceRegistryImpl. stopService(ServiceBinding<R> binding)参数类型为Service的org.hibernate.service.internal中的方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilderImpl. addService(Class serviceRole, Service service)Adds a user-provided service. -
org.hibernate.service.spi中Service的使用
类型参数类型为Service的org.hibernate.service.spi中的类 修饰符和类型 类 说明 classServiceBinding<R extends Service>Models a binding for a particular serviceinterfaceServiceInitiator<R extends Service>Base contract for an initiator of a service.interfaceSessionFactoryServiceInitiator<R extends Service>Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistryorg.hibernate.service.spi中Service的子接口 修饰符和类型 接口 说明 interfaceSessionFactoryServiceRegistryFactoryContract for builder ofSessionFactoryServiceRegistryinstances.类型参数类型为Service的org.hibernate.service.spi中的方法 修饰符和类型 方法 说明 <R extends Service>
voidServiceBinding.ServiceLifecycleOwner. configureService(ServiceBinding<R> binding)<R extends Service>
RServiceBinding.ServiceLifecycleOwner. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. injectDependencies(ServiceBinding<R> binding)<R extends Service>
ServiceBinding<R>ServiceRegistryImplementor. locateServiceBinding(Class<R> serviceRole)Locate the binding for the given role.<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. startService(ServiceBinding<R> binding)<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. stopService(ServiceBinding<R> binding)参数类型为Service的org.hibernate.service.spi中的方法 修饰符和类型 方法 说明 SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilder. addService(Class serviceRole, Service service) -
org.hibernate.stat.internal中Service的使用
实现Service的org.hibernate.stat.internal中的类 修饰符和类型 类 说明 classStatisticsImplImplementation ofStatisticsbased on thejava.util.concurrentpackage. -
org.hibernate.stat.spi中Service的使用
org.hibernate.stat.spi中Service的子接口 修饰符和类型 接口 说明 interfaceStatisticsImplementorStatistics SPI for the Hibernate core. -
org.hibernate.tool.hbm2ddl中Service的使用
org.hibernate.tool.hbm2ddl中Service的子接口 修饰符和类型 接口 说明 interfaceImportSqlCommandExtractorContract for extracting statements from source/import/init scripts.实现Service的org.hibernate.tool.hbm2ddl中的类 修饰符和类型 类 说明 classMultipleLinesSqlCommandExtractorClass responsible for extracting SQL statements from import script.classSingleLineSqlCommandExtractorClass responsible for extracting SQL statements from import script. -
org.hibernate.tool.schema.internal中Service的使用
实现Service的org.hibernate.tool.schema.internal中的类 修饰符和类型 类 说明 classHibernateSchemaManagementToolThe standard Hibernate implementation for performing schema management. -
org.hibernate.tool.schema.spi中Service的使用
org.hibernate.tool.schema.spi中Service的子接口 修饰符和类型 接口 说明 interfaceSchemaManagementToolContract for schema management tool integration.
-