com.liferay.portal.spring.transaction
Class TransactionManagerFactory

java.lang.Object
  extended by com.liferay.portal.spring.transaction.TransactionManagerFactory

public class TransactionManagerFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TransactionManagerFactory()
           
 
Method Summary
static org.springframework.transaction.support.AbstractPlatformTransactionManager createTransactionManager(javax.sql.DataSource dataSource, org.hibernate.SessionFactory sessionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManagerFactory

public TransactionManagerFactory()
Method Detail

createTransactionManager

public static org.springframework.transaction.support.AbstractPlatformTransactionManager createTransactionManager(javax.sql.DataSource dataSource,
                                                                                                                  org.hibernate.SessionFactory sessionFactory)
                                                                                                           throws java.lang.Exception
Throws:
java.lang.Exception