Class SimpleTransactionFactory

java.lang.Object
org.springframework.transaction.jta.SimpleTransactionFactory
All Implemented Interfaces:
TransactionFactory

public class SimpleTransactionFactory extends Object implements TransactionFactory
Default implementation of the TransactionFactory strategy interface, simply wrapping a standard JTA TransactionManager.

Does not support transaction names; simply ignores any specified name.

Since:
2.5
Author:
Juergen Hoeller
See Also: