接口的使用
org.hibernate.service.spi.ServiceRegistryAwareService
-
使用ServiceRegistryAwareService的程序包 程序包 说明 org.hibernate.engine.config.internal Internal support for the configuration service implementationorg.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.transaction.jta.platform.internal org.hibernate.id.factory.internal org.hibernate.persister.internal org.hibernate.tool.schema.internal -
-
org.hibernate.engine.config.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.engine.config.internal中的类 修饰符和类型 类 说明 classConfigurationServiceImplThe standard ConfigurationService implementation -
org.hibernate.engine.jdbc.connections.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.engine.jdbc.connections.internal中的类 修饰符和类型 类 说明 classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool. -
org.hibernate.engine.jdbc.connections.spi中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.engine.jdbc.connections.spi中的类 修饰符和类型 类 说明 classDataSourceBasedMultiTenantConnectionProviderImplA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions. -
org.hibernate.engine.jdbc.dialect.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.engine.jdbc.dialect.internal中的类 修饰符和类型 类 说明 classDialectFactoryImplStandard implementation of theDialectFactoryservice. -
org.hibernate.engine.jdbc.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.engine.jdbc.internal中的类 修饰符和类型 类 说明 classJdbcServicesImplStandard implementation of theJdbcServicescontract -
org.hibernate.engine.transaction.jta.platform.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的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 ASclassOC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS.classOrionJtaPlatformJtaPlatformimplementation for OrionclassResinJtaPlatformJtaPlatformimplementation for ResinclassSapNetWeaverJtaPlatformJtaPlatformimplementation for SAP NetWeaverclassSunOneJtaPlatformJtaPlatformimplementation 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.id.factory.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.id.factory.internal中的类 修饰符和类型 类 说明 classDefaultIdentifierGeneratorFactoryBasic templated support forIdentifierGeneratorFactoryimplementations. -
org.hibernate.persister.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.persister.internal中的类 修饰符和类型 类 说明 classPersisterFactoryImplThe standard HibernatePersisterFactoryimplementation -
org.hibernate.tool.schema.internal中ServiceRegistryAwareService的使用
实现ServiceRegistryAwareService的org.hibernate.tool.schema.internal中的类 修饰符和类型 类 说明 classHibernateSchemaManagementToolThe standard Hibernate implementation for performing schema management.
-