Class Narayana5HibernateJtaPlatform

  • All Implemented Interfaces:
    java.io.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 Narayana5HibernateJtaPlatform
    extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
    Author:
    Charles Souillard
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.transaction.TransactionManager locateTransactionManager()  
      protected javax.transaction.UserTransaction locateUserTransaction()  
      • Methods inherited from class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform

        canCacheTransactionManager, canCacheTransactionManagerByDefault, canCacheUserTransaction, canCacheUserTransactionByDefault, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionIdentifier, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Narayana5HibernateJtaPlatform

        public Narayana5HibernateJtaPlatform()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • locateTransactionManager

        protected javax.transaction.TransactionManager locateTransactionManager()
        Specified by:
        locateTransactionManager in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
      • locateUserTransaction

        protected javax.transaction.UserTransaction locateUserTransaction()
        Specified by:
        locateUserTransaction in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform