public class AtomikosJTATransactionFactory
extends org.hibernate.transaction.JTATransactionFactory
To use Atomikos as the Hibernate JTA transaction manager, specify this class as the value of the hibernate.transaction.factory_class of the hibernate configuration properties.
| Constructor and Description |
|---|
AtomikosJTATransactionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Properties props) |
protected UserTransaction |
getUserTransaction() |
public void configure(Properties props) throws org.hibernate.HibernateException
configure in interface org.hibernate.transaction.TransactionFactoryconfigure in class org.hibernate.transaction.JTATransactionFactoryorg.hibernate.HibernateExceptionprotected UserTransaction getUserTransaction()
Copyright © 2016. All Rights Reserved.