类 SpringJtaPlatform

  • 所有已实现的接口:
    Serializable, org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerAccess, org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform, org.hibernate.service.Service, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.ServiceRegistryAwareService

    public class SpringJtaPlatform
    extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
    Generic Hibernate AbstractJtaPlatform implementation that simply resolves the JTA UserTransaction and TransactionManager from the Spring-configured JtaTransactionManager implementation.
    从以下版本开始:
    1.2.0
    另请参阅:
    序列化表格
    • 构造器详细资料

      • SpringJtaPlatform

        public SpringJtaPlatform​(org.springframework.transaction.jta.JtaTransactionManager transactionManager)
    • 方法详细资料

      • locateUserTransaction

        protected UserTransaction locateUserTransaction()
        指定者:
        locateUserTransaction 在类中 org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform