接口的使用
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
使用JtaPlatform的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.engine.transaction.jta.platform.internal org.hibernate.engine.transaction.jta.platform.spi org.hibernate.resource.transaction.backend.jta.internal -
-
org.hibernate.cfg中JtaPlatform的使用
返回JtaPlatform的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 JtaPlatformSettings. getJtaPlatform()已过时。 -
org.hibernate.engine.transaction.jta.platform.internal中JtaPlatform的使用
实现JtaPlatform的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 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+返回JtaPlatform的org.hibernate.engine.transaction.jta.platform.internal中的方法 修饰符和类型 方法 说明 protected JtaPlatformJtaPlatformInitiator. getFallbackProvider(Map configurationValues, ServiceRegistryImplementor registry)JtaPlatformJtaPlatformInitiator. initiateService(Map configurationValues, ServiceRegistryImplementor registry)JtaPlatformStandardJtaPlatformResolver. resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry)返回变量类型为JtaPlatform的类型的org.hibernate.engine.transaction.jta.platform.internal中的方法 修饰符和类型 方法 说明 Class<JtaPlatform>JtaPlatformInitiator. getServiceInitiated() -
org.hibernate.engine.transaction.jta.platform.spi中JtaPlatform的使用
返回JtaPlatform的org.hibernate.engine.transaction.jta.platform.spi中的方法 修饰符和类型 方法 说明 JtaPlatformJtaPlatformProvider. getProvidedJtaPlatform()Retrieve the JtaPlatform provided by this environment.JtaPlatformJtaPlatformResolver. resolveJtaPlatform(Map configurationValues, ServiceRegistryImplementor registry) -
org.hibernate.resource.transaction.backend.jta.internal中JtaPlatform的使用
参数类型为JtaPlatform的org.hibernate.resource.transaction.backend.jta.internal中的构造器 构造器 说明 JtaTransactionCoordinatorImpl(TransactionCoordinatorBuilder transactionCoordinatorBuilder, TransactionCoordinatorOwner owner, boolean autoJoinTransactions, JtaPlatform jtaPlatform, boolean preferUserTransactions, boolean performJtaThreadTracking, TransactionObserver... observers)
-